Improve External Core newtype syntax
authorTim Chevalier <chevalier@alum.wellesley.edu>
Sun, 4 May 2008 23:02:33 +0000 (23:02 +0000)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Sun, 4 May 2008 23:02:33 +0000 (23:02 +0000)
I realized that recursive newtypes no longer have to be
distinguished in the External Core AST, because explicit coercions
allow the typechecker to typecheck newtypes without ever
expanding newtypes. So, now all newtypes in External Core have
a representation clause. O frabjous day!


No differences found