From 8019d380a4ddc9519a8de32bbef9ec700f988c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Berbel=20Alt?= Date: Tue, 19 Apr 2022 17:51:53 -0300 Subject: [PATCH] Remove leftover comment --- src/Language/Mulang/Ast.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Language/Mulang/Ast.hs b/src/Language/Mulang/Ast.hs index 7d2339f6..e8671cdd 100644 --- a/src/Language/Mulang/Ast.hs +++ b/src/Language/Mulang/Ast.hs @@ -176,7 +176,6 @@ data Expression -- ^ Object oriented mixin inclusion | Decorator [Modifier] Expression -- ^ Generic expression decorator for language modifiers and user-defined annotations - -- ^ Eigenclass object | Lambda [Pattern] Expression | If Expression Expression Expression | Return Expression