SCM Repository
View of /branches/charisee/src/compiler/ein/ein.sml
Parent Directory
|
Revision Log
Revision 2383 -
(download)
(annotate)
Thu Jun 13 01:57:34 2013 UTC (7 years, 10 months ago) by cchiw
File size: 267 byte(s)
Thu Jun 13 01:57:34 2013 UTC (7 years, 10 months ago) by cchiw
File size: 267 byte(s)
added ein
structure Ein = struct (* kinds of index variables: IX = single index, SX = summation-index *) datatype index_kind = IX of int | SX of int local structure Ein = EinRepFn(struct type index_kind = index_kind end) in open Ein end end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |