mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
MAth
This commit is contained in:
@@ -82,7 +82,9 @@ def
|
||||
ImplE _ _ (ImplI _ _ b) a = b a ;
|
||||
NegE _ (NegI _ b) a = b a ;
|
||||
UnivE _ _ (UnivI _ _ b) a = b a ;
|
||||
--- ExistE _ _ _ (ExistI _ _ a b) d = d a b ;
|
||||
ExistE A B _ (ExistI A B a b) d = d a b ;
|
||||
|
||||
--- ExistE _ _ _ (ExistI _ _ a b) d = d a b ;
|
||||
--- does not tc 13/9/2005: {a{-2-}<>a{-0-}}
|
||||
--- moreover: no problem with
|
||||
--- ConjEr _ _ (ConjI _ _ a _) = a ;
|
||||
|
||||
Reference in New Issue
Block a user