Skip to content

Commit

Permalink
delete crap test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Nov 16, 2016
1 parent 6c6cae9 commit c98da3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Course/State.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ newtype State s a =

-- | Implement the `Functor` instance for `State s`.
--
-- >>> runState ((+1) <$> pure 0) 0
-- (1,0)
--
-- >>> runState ((+1) <$> State (\s -> (9, s * 2))) 3
-- (10,6)
instance Functor (State s) where
Expand Down

0 comments on commit c98da3c

Please sign in to comment.