AshleyYakeley / Truth

Changes and Pinafore projects. Pull requests not accepted.
https://pinafore.info/
GNU General Public License v2.0
32 stars 0 forks source link

Optional members of record constructors #188

Closed AshleyYakeley closed 1 year ago

AshleyYakeley commented 1 year ago

Something like:

datatype T of
    MkT of
        m: X = d;
    end;
end;
AshleyYakeley commented 1 year ago

Still to do:

AshleyYakeley commented 1 year ago

Done.