We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63cd79 commit 0809621Copy full SHA for 0809621
src/Deriving/DepTyCheck/Gen/Checked.idr
@@ -99,7 +99,7 @@ namespace ClosuringCanonicImpl
99
, MonadState (SortedMap GenSignature Name) m -- gens already asked to be derived
100
, MonadState (List (GenSignature, Name)) m -- queue of gens to be derived
101
, MonadState Bool m -- flag that there is a need to start derivation loop
102
- , MonadState (SortedSet Name) m -- a set of type names what were asked to weighting function
+ , MonadState (SortedSet Name) m -- type names that were asked for deriving their weighting function
103
, MonadWriter (List Decl, List Decl) m -- function declarations and bodies
104
)
105
0 commit comments