mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
Some patches.
This commit is contained in:
@@ -69,9 +69,9 @@ oper
|
|||||||
|
|
||||||
conjunctDistrTable2 :
|
conjunctDistrTable2 :
|
||||||
(P,Q : Type) -> ConjunctionDistr -> ListTable2 P Q -> {s : P => Q => Str} =
|
(P,Q : Type) -> ConjunctionDistr -> ListTable2 P Q -> {s : P => Q => Str} =
|
||||||
\_,_,or,xs ->
|
\P,Q,or,xs ->
|
||||||
{s =
|
{s =
|
||||||
table {p => table {q => or.s1++ xs.s1 ! p ! q ++ or.s2 ++ xs.s2 ! p ! q}}} ;
|
table P {p => table Q {q => or.s1++ xs.s1 ! p ! q ++ or.s2 ++ xs.s2 ! p ! q}}} ;
|
||||||
|
|
||||||
ListTable3 : Type -> Type -> Type -> Type = \P,Q,R ->
|
ListTable3 : Type -> Type -> Type -> Type = \P,Q,R ->
|
||||||
{s1,s2 : P => Q => R => Str} ;
|
{s1,s2 : P => Q => R => Str} ;
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
|
--# -path=.:../abstract:../../prelude
|
||||||
|
|
||||||
resource English = reuse ResEng ;
|
resource English = reuse ResEng ;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
--# -path=.:../abstract:../../prelude
|
||||||
|
|
||||||
--1 English Lexical Paradigms
|
--1 English Lexical Paradigms
|
||||||
--
|
--
|
||||||
-- Aarne Ranta 2003
|
-- Aarne Ranta 2003
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
--# -path=.:../abstract:../../prelude
|
||||||
|
|
||||||
--1 The Top-Level English Resource Grammar
|
--1 The Top-Level English Resource Grammar
|
||||||
--
|
--
|
||||||
-- Aarne Ranta 2002 -- 2003
|
-- Aarne Ranta 2002 -- 2003
|
||||||
|
|||||||
Reference in New Issue
Block a user