Switch Type.unique implementation from ref to Symbol
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 18 Sep 2018 20:57:38 +0000 (16:57 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 18 Sep 2018 21:00:33 +0000 (17:00 -0400)
commita131e30c2d9787dab6fe7f38430d8c54359af078
treece8f8b55d08158d006f959888a10ed4bf0b8ccfc
parentfd2204fa98928a900f303209818dce7f2bae3c8a
Switch Type.unique implementation from ref to Symbol

The intent seem more apparent this way, plus we gain the ability to save the
human-readable type name (for error messages).
compiler/src/lib/tiger/tiger_env_type.ml
compiler/src/lib/tiger/tiger_env_type.mli
compiler/src/lib/tiger/tiger_semant.ml
This page took 0.023202 seconds and 4 git commands to generate.