SCM Repository
View of /trunk/src/compiler/IL/ssa-types-sig.sml
Parent Directory
|
Revision Log
Revision 3349 -
(download)
(annotate)
Tue Oct 27 15:16:36 2015 UTC (5 years, 4 months ago) by jhr
File size: 432 byte(s)
Tue Oct 27 15:16:36 2015 UTC (5 years, 4 months ago) by jhr
File size: 432 byte(s)
making copyrights consistent for all code in the repository
(* ssa-types-sig.sml * * This code is part of the Diderot Project (http://diderot-language.cs.uchicago.edu) * * COPYRIGHT (c) 2015 The University of Chicago * 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 |