mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Hun) Temporarily comment out cases+change order in funs that pat. match
This commit is contained in:
@@ -436,18 +436,18 @@ oper
|
|||||||
Nom => harm1 [] ;
|
Nom => harm1 [] ;
|
||||||
Acc => harm3 "ot" "et" "öt" ;
|
Acc => harm3 "ot" "et" "öt" ;
|
||||||
Dat => harm "nak" "nek" ;
|
Dat => harm "nak" "nek" ;
|
||||||
Ins => harm "al" "el" ;
|
Ade => harm "nál" "nél" ;
|
||||||
Tra => harm "á" "é" ;
|
Sup => harm3 "on" "en" "ön" ;
|
||||||
Ill => harm "ba" "be" ;
|
|
||||||
Ine => harm "ban" "ben" ;
|
Ine => harm "ban" "ben" ;
|
||||||
Ela => harm "ból" "ből" ;
|
Ela => harm "ból" "ből" ;
|
||||||
|
Ins => harm "al" "el" ;
|
||||||
|
Tra => harm "á" "é" ;
|
||||||
All => harm3 "hoz" "hez" "höz" ;
|
All => harm3 "hoz" "hez" "höz" ;
|
||||||
Ade => harm "nál" "nél" ;
|
|
||||||
Abl => harm "tól" "től" ;
|
Abl => harm "tól" "től" ;
|
||||||
Sub => harm "ra" "re" ;
|
Sub => harm "ra" "re" ;
|
||||||
Sup => harm3 "on" "en" "ön" ;
|
|
||||||
Del => harm "ról" "ről" ;
|
Del => harm "ról" "ről" ;
|
||||||
Cau => harm1 "ért"
|
Cau => harm1 "ért" ;
|
||||||
|
Ill => harm "ba" "be"
|
||||||
-- Ess => harm "stul" "stül" ; -- Essive-modal 'with <the noun> and its parts'
|
-- Ess => harm "stul" "stül" ; -- Essive-modal 'with <the noun> and its parts'
|
||||||
-- Ter => harm1 "ig" ; -- Terminative 'as far as <the noun>'
|
-- Ter => harm1 "ig" ; -- Terminative 'as far as <the noun>'
|
||||||
-- For => harm1 "ként" ; -- Formal 'as <the noun>'
|
-- For => harm1 "ként" ; -- Formal 'as <the noun>'
|
||||||
|
|||||||
@@ -65,8 +65,16 @@ param
|
|||||||
|
|
||||||
Case =
|
Case =
|
||||||
Nom | Acc | Dat
|
Nom | Acc | Dat
|
||||||
| Ill | Ine | Ela | All | Ade | Abl | Sub | Sup | Del -- Locatives
|
-- | Ill -- Locatives
|
||||||
| Cau -- Causal-final 'for the purpose of, for the reason that'
|
| Ine
|
||||||
|
| Ela
|
||||||
|
| All
|
||||||
|
| Ade
|
||||||
|
-- | Abl
|
||||||
|
-- | Sub
|
||||||
|
| Sup
|
||||||
|
-- | Del
|
||||||
|
-- | Cau -- Causal-final 'for the purpose of, for the reason that'
|
||||||
| Ins -- Instrumental
|
| Ins -- Instrumental
|
||||||
| Tra -- Translative
|
| Tra -- Translative
|
||||||
-- | Ess | Ter | For
|
-- | Ess | Ter | For
|
||||||
@@ -87,14 +95,14 @@ oper
|
|||||||
Ins => ins ;
|
Ins => ins ;
|
||||||
Tra => tra ;
|
Tra => tra ;
|
||||||
Sup => sup ;
|
Sup => sup ;
|
||||||
Sub => sub ;
|
|
||||||
Del => del ;
|
|
||||||
Ill => il ;
|
|
||||||
Ine => ine ;
|
Ine => ine ;
|
||||||
Ela => el ;
|
Ela => el ;
|
||||||
All => al ;
|
All => al ;
|
||||||
Ade => ad ;
|
Ade => ad ;
|
||||||
Abl => ab ;
|
Abl => ab ;
|
||||||
|
Sub => sub ;
|
||||||
|
Del => del ;
|
||||||
|
Ill => il ;
|
||||||
Cau => ca } ;
|
Cau => ca } ;
|
||||||
|
|
||||||
sc2case : SubjCase -> Case = \sc ->
|
sc2case : SubjCase -> Case = \sc ->
|
||||||
|
|||||||
Reference in New Issue
Block a user