X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=AST.dcl;h=cb2e5b790e5efbbde642495ce13800db8203cf56;hb=0e3e968f772d6befb4dbe05f864caae4af84ea62;hp=ac1cf4e927ae805dcccf16b94bf7abac2ec5b1d6;hpb=8c4ec1c3287d6c6ddefd22ef608a4d97693e7e85;p=cc1516.git diff --git a/AST.dcl b/AST.dcl index ac1cf4e..cb2e5b7 100644 --- a/AST.dcl +++ b/AST.dcl @@ -1,7 +1,7 @@ definition module AST from Data.Maybe import :: Maybe -from StdOverloaded import class toString +from StdOverloaded import class toString, class == :: Pos = {line :: Int, col :: Int} :: AST = AST [VarDecl] [FunDecl] @@ -9,7 +9,7 @@ from StdOverloaded import class toString :: Type = TupleType (Type, Type) | ListType Type - | IdType String + | IdType String | IntType | BoolType | CharType @@ -43,3 +43,7 @@ from StdOverloaded import class toString instance toString AST instance toString Type instance toString Pos +instance toString Op2 +instance == Op2 +instance == Type +instance toString FieldSelector