From 76d209d7b33f713259bd9ddb453d571f814005c9 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 20 May 2017 15:39:29 -0400 Subject: - Some refactoring. --- new-luxc/source/luxc/lang/synthesis.lux | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'new-luxc/source/luxc/lang/synthesis.lux') diff --git a/new-luxc/source/luxc/lang/synthesis.lux b/new-luxc/source/luxc/lang/synthesis.lux index 3eabd1d62..1edf0f1a0 100644 --- a/new-luxc/source/luxc/lang/synthesis.lux +++ b/new-luxc/source/luxc/lang/synthesis.lux @@ -3,7 +3,6 @@ (.. ["lp" pattern])) (type: #export #rec Synthesis - #Unit (#Bool Bool) (#Nat Nat) (#Int Int) @@ -11,7 +10,7 @@ (#Real Real) (#Char Char) (#Text Text) - (#Variant Nat Bool Synthesis) + (#Variant Nat Nat Synthesis) (#Tuple (List Synthesis)) (#Case (List [lp;Pattern Synthesis])) (#Function Scope Synthesis) -- cgit v1.2.3