Skip to content

Commit 0809621

Browse files
committed
[ typo ] Fix one comment
1 parent c63cd79 commit 0809621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Deriving/DepTyCheck/Gen/Checked.idr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ namespace ClosuringCanonicImpl
9999
, MonadState (SortedMap GenSignature Name) m -- gens already asked to be derived
100100
, MonadState (List (GenSignature, Name)) m -- queue of gens to be derived
101101
, 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
102+
, MonadState (SortedSet Name) m -- type names that were asked for deriving their weighting function
103103
, MonadWriter (List Decl, List Decl) m -- function declarations and bodies
104104
)
105105

0 commit comments

Comments
 (0)