Skip to content

Commit

Permalink
Issue #16
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Sep 16, 2013
1 parent 56ec054 commit 96f0820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monad/StateT.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Monad.StateT where

import Core(Ord(..), Num(..), Eq(..), Show(..), Integral(..), String(..), error)
import Core(Ord(..), Num(..), Eq(..), Show(..), Integral(..), String, error)
import Intro.Id(Id(..))
import Intro.Optional(Optional(..))
import Structure.List(List(..))
Expand Down

0 comments on commit 96f0820

Please sign in to comment.