From a253d06a0755c41dd321fc2e235c3332de63a8c7 Mon Sep 17 00:00:00 2001 From: Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:55:39 +0200 Subject: Non finished attemped to translate a local function defintion from abstract to internal --- source/Syntax/Internal.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/Syntax') diff --git a/source/Syntax/Internal.hs b/source/Syntax/Internal.hs index 44603ad..872ae06 100644 --- a/source/Syntax/Internal.hs +++ b/source/Syntax/Internal.hs @@ -436,6 +436,8 @@ data Proof | Define VarSymbol Term Proof | DefineFunction VarSymbol VarSymbol Term Term Proof + | DefineFunctionMathy VarSymbol VarSymbol VarSymbol VarSymbol [(Term, Formula)] Proof + deriving instance Show Proof deriving instance Eq Proof deriving instance Ord Proof -- cgit v1.2.3