Skip to content

Commit

Permalink
record an example suggested by a #haskell discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
dmwit committed Apr 30, 2013
1 parent e10e11f commit 678a192
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions samples/H.hs
@@ -0,0 +1,6 @@
arg1 :: m a
arg2 :: m b
func :: a -> b -> m c

foo :: m c
foo = func arg1 arg2

0 comments on commit 678a192

Please sign in to comment.