New Polymorphic option type..

Daniel Wang danwang@cs.princeton.edu
04 Feb 2000 17:32:00 -0500


I need to add a new polymorphic option type constructor, can some give a quick
list of what files I have to hack to do this.

i.e. datatype 'a option = NONE | SOME of 'a

can I also assume the "0" is never valid for enums?

I