mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
12 lines
171 B
Plaintext
12 lines
171 B
Plaintext
concrete AdjectiveSwa of Adjective = CatSwa ** open ResSwa, Prelude , ParamX in {
|
|
|
|
lin
|
|
|
|
PositA a = {
|
|
s = a.s ! Posit ;
|
|
} ;
|
|
|
|
-- PositA a = a;
|
|
|
|
}
|