mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
constraint bug fix
This commit is contained in:
@@ -81,7 +81,7 @@ def
|
||||
ImplE _ _ (ImplI _ _ b) a = b a ;
|
||||
NegE _ (NegI _ b) a = b a ;
|
||||
UnivE _ _ (UnivI _ _ b) a = b a ;
|
||||
ExistE _ _ _ (ExistI A B a b) d = d a b ;
|
||||
ExistE _ _ _ (ExistI _ _ a b) d = d a b ;
|
||||
|
||||
-- Hypo and Pron are identities
|
||||
Hypo _ a = a ;
|
||||
|
||||
Reference in New Issue
Block a user