Changeset 5173 for src/Pugs/Types

Show
Ignore:
Timestamp:
07/04/05 00:41:03 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
6965
Message:

* first step toward transparent container: ref now

reports the underlying value.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Types/Scalar.hs

    r4934 r5173  
    4646    scalar_store d _ = retConstError d 
    4747    scalar_const = Just 
     48    scalar_type (VRef (MkRef (IScalar sv))) = scalar_type sv 
    4849    scalar_type v = return $ valType v 
    4950    scalar_fetch' v = return v