X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=AST.dcl;h=97741e54d47e3e67b925909ff78e0b2621d27ec0;hb=fcb2ca9a7905e5f02431ebad7ac54dba256493e9;hp=ac1cf4e927ae805dcccf16b94bf7abac2ec5b1d6;hpb=df7fbaaf21817473f51525a2c8f03b0a5a37b823;p=cc1516.git diff --git a/AST.dcl b/AST.dcl index ac1cf4e..97741e5 100644 --- a/AST.dcl +++ b/AST.dcl @@ -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,4 @@ from StdOverloaded import class toString instance toString AST instance toString Type instance toString Pos +instance toString FieldSelector