> What is f here?anything Applicative:Prelude> let a1 = pure 1Prelude> let a2 = pure 1Prelude> (a1::Maybe Int) == a2TruePrelude> (a1::Maybe Float) == a2TruePrelude> (a1::Either String Float) == a2True
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners