
23 Aug
2004
23 Aug
'04
3:02 p.m.
I'm not sure if this is an actual bug, as opposed to an odd instance of defaulting: *GUI.Parser> let printQ q = runQ q >>= print *GUI.Parser> :t printQ printQ :: forall a. (Show a) => Q a -> IO () *GUI.Parser> let p = printQ *GUI.Parser> :t p p :: Q Integer -> IO () ...but I'm not sure when that would ever be the correct behavior. Abe
7638
Age (days ago)
7638
Last active (days ago)
0 comments
1 participants
participants (1)
-
Abraham Egnor