diff options
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r-- | src/interp/g-util.boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot index c732d9b4..13d2e36f 100644 --- a/src/interp/g-util.boot +++ b/src/interp/g-util.boot @@ -119,6 +119,7 @@ isQuasiquote m == m is ["[||]",y] => y +++ returns the inferred domain for the syntactic object t. getTypeOfSyntax t == atom t => IDENTP t => '(Identifier) |