macrotypes/tapl
Stephen Chang d69a16ffcb add fomega2.rkt
- fomega2 is the same as fomega.rkt, except tyapp, tylam, and => are removed
- instead, #%app, \lam, and -> serve dual purpose at both term and type level
2015-06-29 19:41:05 -04:00
..
tests add fomega2.rkt 2015-06-29 19:41:05 -04:00
ext-stlc.rkt convert type representation to fully expanded syntax 2015-06-26 18:56:01 -04:00
fomega.rkt add fomega2.rkt 2015-06-29 19:41:05 -04:00
fomega2.rkt add fomega2.rkt 2015-06-29 19:41:05 -04:00
id-expand-experiment.rkt convert type representation to fully expanded syntax 2015-06-26 18:56:01 -04:00
lam-testing.rkt tapl: add lam-testing example 2015-05-19 18:58:05 -04:00
notes.txt code cleanup 2015-06-29 18:37:40 -04:00
README.md add fomega2.rkt 2015-06-29 19:41:05 -04:00
stlc.rkt code cleanup 2015-06-29 18:37:40 -04:00
stlc+box.rkt convert type representation to fully expanded syntax 2015-06-26 18:56:01 -04:00
stlc+cons.rkt convert type representation to fully expanded syntax 2015-06-26 18:56:01 -04:00
stlc+lit.rkt code cleanup 2015-06-10 15:56:27 -04:00
stlc+rec+sub.rkt convert type representation to fully expanded syntax 2015-06-26 18:56:01 -04:00
stlc+sub.rkt code cleanup 2015-06-29 18:37:40 -04:00
stlc+tup.rkt convert type representation to fully expanded syntax 2015-06-26 18:56:01 -04:00
stlc+var.rkt code cleanup 2015-06-29 18:37:40 -04:00
stx-utils.rkt add fomega2.rkt 2015-06-29 19:41:05 -04:00
sysf.rkt code cleanup 2015-06-29 18:37:40 -04:00
typecheck.rkt code cleanup 2015-06-29 18:37:40 -04:00

extension hierarchy

A file extends its immediate parent file.

  • stlc.rkt
    • stlc+lit.rkt
      • ext-stlc.rkt
        • stlc+tup.rkt
          • stlc+var.rkt
            • stlc+cons.rkt
              • stlc+box.rkt
      • stlc+sub.rkt
        • stlc+rec+sub.rkt (also pull in tup from stlc+var.rkt)
      • sysf.rkt
        • fomega.rkt
        • fomega2.rkt