X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Abssyntax.hs;h=d8ef904d06766fd3ccab71ee41d1ed9e9ceb319b;hb=2316d61f350f8b39c9a3f76b91d1d14796d5183b;hp=4cc8d19eb8e0dea898b8239177d6c32e73e7fee9;hpb=6103c0359b95557566aa9154efa5bcd4d9c996f6;p=proglang.git diff --git a/Abssyntax.hs b/Abssyntax.hs index 4cc8d19..d8ef904 100644 --- a/Abssyntax.hs +++ b/Abssyntax.hs @@ -19,6 +19,7 @@ data Exp = | EVar Ident | EInt Integer | ENeg Exp + | ENot Exp | EBool Bool | EReadI | EReadB