Skip to content

Commit

Permalink
Specialize stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Jul 24, 2013
1 parent b224291 commit f4eb1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/TclTk/Builder.hs
Expand Up @@ -169,7 +169,7 @@ castBuilder f (TclBuilderT m)
= TclBuilderT $ mapReaderT (mapWriterT (liftM $ id *** map (contramap f))) m

-- | Add single tcl statemetn
stmt :: Monad m => Tcl p -> TclBuilderT x p m ()
stmt :: Tcl p -> GUI t p ()
stmt = tell . (:[])

-- | Generate fresh variable
Expand Down

0 comments on commit f4eb1ca

Please sign in to comment.