newtype Fun a = Fun (Fun a -> a) fun x@(Fun f) = f x myFix = fun (Fun fun)
[ Home | Post Entry | Log in | Search | Browse Options | Site Map ]