mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-19 16:20:16 -06:00
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete SymbolSlo of Symbol = CatSlo ** open Prelude, ResSlo in {
|
|
|
|
lincat
|
|
Symb = {s : Str} ;
|
|
lin
|
|
MkSymb s = s ;
|
|
SymbPN s = lin PN {s = \\_ => s.s ; g = Neutr} ;
|
|
|
|
}
|