SCM Repository
View of /trunk/src/compiler/IL/ssa-types-sig.sml
Parent Directory
|
Revision Log
Revision 412 -
(download)
(annotate)
Sat Oct 16 15:19:19 2010 UTC (11 years, 8 months ago) by jhr
File size: 370 byte(s)
Sat Oct 16 15:19:19 2010 UTC (11 years, 8 months ago) by jhr
File size: 370 byte(s)
Working on IL checking
(* ssa-types-sig.sml * * COPYRIGHT (c) 2010 The Diderot Project (http://diderot.cs.uchicago.edu) * All rights reserved. *) signature SSA_TYPES = sig type ty val same : ty * ty -> bool val hash : ty -> word val toString : ty -> string (* common types *) val BoolTy : ty val StringTy : ty val IntTy : ty val realTy : ty end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |