Changeset 12041 for src/Pugs/AST.hs

Show
Ignore:
Timestamp:
08/09/06 18:34:03 (2 years ago)
Author:
gaal
Message:

* Pugs.Val.Num and simple coersion triggered from oldspace.

1 + 41 constructs two newval PureStrs?, and the fromVV /
ICoercible classes figure out how to get numbers of them.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/AST.hs

    r12008 r12041  
    3838import Pugs.AST.SIO 
    3939import Pugs.AST.Pad 
    40 import Pugs.Val (val, PureStr, PureInt) 
     40import Pugs.Val (val, PureStr, PureInt, PureNum) 
    4141 
    4242{-|