Add size demo

This commit is contained in:
2025-01-23 18:57:59 -06:00
committed by James Eversole
parent cbf23bc569
commit 88b1c71695
3 changed files with 23 additions and 1 deletions

View File

@ -43,4 +43,4 @@ toSource_ = y (\self arg :
toSource = (\v : toSource_ v "")
exampleOne = toSource true -- OUT: "(t t)"
exampleTwo = toSource not -- OUT: "(t (t (t t) (t t t)) (t t (t t t)))"
exampleTwo = toSource not? -- OUT: "(t (t (t t) (t t t)) (t t (t t t)))"