SCM Repository
View of /trunk/src/compiler/IL/domain-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: 456 byte(s)
Tue Oct 27 15:16:36 2015 UTC (5 years, 4 months ago) by jhr
File size: 456 byte(s)
making copyrights consistent for all code in the repository
(* domain-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. * * Abstract interface for data-flow analysis domains. *) signature DOMAIN = sig structure IL : SSA type t val bottom : t val join : t list -> t val transfer : t * IL.node -> t val same : t * t -> bool val toString : t -> string end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |