Changeset 13280 for src/Pugs/Val

Show
Ignore:
Timestamp:
09/14/06 00:25:21 (2 years ago)
Author:
lwall
Message:

Great metaoperator renaming: ref -> WHAT, SKID -> WHICH, META -> HOW

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Val/Base.hs

    r12461 r13280  
    1414--       but everything else can be reflected via Coercible 
    1515-- 
    16 -- Plan: Each prim type has a static fixed META class 
     16-- Plan: Each prim type has a static fixed meta class 
    1717 
    1818class (Monad m, Functor m, Typeable a) => ICoercible m a | a -> m where