Changeset 2426 for src/Pugs/External.hs

Show
Ignore:
Timestamp:
04/28/05 11:09:03 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
3914
Message:

* Internal: rename subFun to subBody
* Also added helpful comments to AST.hs data strucutres.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/External.hs

    r2319 r2426  
    4343        { subName       = ('&':name) 
    4444        , subParams     = [buildParam "List" "" "*@?1" (Val VUndef)] 
    45         , subFun        = (Prim fun) 
     45        , subBody       = (Prim fun) 
    4646        } 
    4747