mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
AdvS and for_Prep in resource (except Russian)
This commit is contained in:
@@ -34,6 +34,9 @@ oper
|
||||
= \decl,a,b ->
|
||||
appendText decl (mkUtt (mkS (pred b a))) ;
|
||||
|
||||
theorem : Prop -> Proof -> Section
|
||||
= \prop,prf -> appendText (mkText (mkPhr prop) TEmpty) prf ;
|
||||
|
||||
assumption : Prop -> Decl
|
||||
= \p ->
|
||||
mkText (mkPhr (mkUtt (mkImp (mkVP assume_VS p)))) TEmpty ;
|
||||
@@ -45,6 +48,8 @@ oper
|
||||
proof = overload {
|
||||
proof : Prop -> Proof
|
||||
= \p -> mkText (mkPhr p) TEmpty ;
|
||||
proof : Str -> Proof
|
||||
= \s -> {s = s ++ "." ; lock_Text = <>} ;
|
||||
proof : Adverb -> Prop -> Proof
|
||||
= \a,p -> mkText (mkPhr a (mkUtt p) NoVoc) TEmpty ;
|
||||
proof : Decl -> Proof
|
||||
@@ -76,4 +81,6 @@ oper
|
||||
refs : Refs -> Ref
|
||||
= \rs -> mkNP and_Conj rs ;
|
||||
|
||||
mkLabel : Str -> Label ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user