mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 18:28:55 -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
|
--2 Booleans
|
||||||
|
|
||||||
param Bool = True | False ;
|
param Bool = False | True ;
|
||||||
|
|
||||||
oper
|
oper
|
||||||
if_then_else : (A : Type) -> Bool -> A -> A -> A = \_,c,d,e ->
|
if_then_else : (A : Type) -> Bool -> A -> A -> A = \_,c,d,e ->
|
||||||
|
|||||||
Reference in New Issue
Block a user