2011/9/22 Bas van Dijk <[email protected]>: > What would make all this much easier is if the meta-information of > constructors had a flag which indicated if it was a record or not. > Could this be added?
I just discovered the predicate: -- | Marks if this constructor is a record conIsRecord :: t c (f :: * -> *) a -> Bool I think this can solve my problem. Bas _______________________________________________ Glasgow-haskell-users mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
