Changeset 13280 for src/Pugs/Val
- Timestamp:
- 09/14/06 00:25:21 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Val/Base.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Val/Base.hs
r12461 r13280 14 14 -- but everything else can be reflected via Coercible 15 15 -- 16 -- Plan: Each prim type has a static fixed METAclass16 -- Plan: Each prim type has a static fixed meta class 17 17 18 18 class (Monad m, Functor m, Typeable a) => ICoercible m a | a -> m where
