-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Description
write-you-a-haskell/chapter3/parsec.hs
Lines 27 to 28 in ae73485
unit :: a -> Parser a | |
unit a = Parser (\s -> [(a,s)]) |
write-you-a-haskell/chapter3/parsec.hs
Line 34 in ae73485
pure = return |
Metadata
Metadata
Assignees
Labels
No labels