Ticket #44 (closed bug report: fixed)
Mis-handling of ctypes
| Reported by: | nibro | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | Full code support |
| Component: | parser | Version: | 0.5.5 |
| Keywords: | Cc: |
Description
ctypes do not work inside lists and tuples:
dynRep :: (Typeable a) => a -> (TypeRep, forall b. (Typeable b) => b -> (Maybe b)) dynRep a = (typeOf a, \_ -> cast a)
Change History
Note: See
TracTickets for help on using
tickets.
