1
0
forked from GitHub/gf-core

Remove LF prefix from constructors. Pass all unit tests and Foods again, but improvements/cleanup still necessary.

This commit is contained in:
John J. Camilleri
2021-03-03 09:19:52 +01:00
parent 33e0e98aec
commit 4c09e4a340
5 changed files with 208 additions and 139 deletions

View File

@@ -16,6 +16,7 @@ concrete TablesCnc of Tables = {
f6 = { pr = { r = R2; q = Q3 } } ;
FtoS f = tbl ! f.pr ;
FtoS2 f = tbl ! { r = R2 ; q = f.pr.q } ;
oper
tbl = table {
{ r = R1 ; q = _ } => "R1 _" ;