mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 07:19:31 -06:00
changed the order of Prelude.Bool to False | True. This is how it is in Haskell to create expected Ord and Enum. Now it also gives a better default for English clause linearizations, as False = uncontracted.
This commit is contained in:
@@ -59,7 +59,7 @@ oper
|
||||
|
||||
--2 Booleans
|
||||
|
||||
param Bool = True | False ;
|
||||
param Bool = False | True ;
|
||||
|
||||
oper
|
||||
if_then_else : (A : Type) -> Bool -> A -> A -> A = \_,c,d,e ->
|
||||
|
||||
Reference in New Issue
Block a user