Skip to content

Commit

Permalink
More fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paf31 committed Feb 16, 2015
1 parent 35af410 commit 6d83b25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Data/Enum.purs
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,9 @@ module Data.Enum
if e <= to
then Just $ Tuple e (e + step) -- Output the value e, set the next state to (e + step)
else Nothing -- End of the collection.
) from -- starting value/state.
) from


-- | Instances
-- | ## Instances

instance enumChar :: Enum Char where
cardinality = Cardinality (65535 + 1)
Expand Down

0 comments on commit 6d83b25

Please sign in to comment.