diff options
Diffstat (limited to 'next-lib/src/latin/SymbolLat.gf')
| -rw-r--r-- | next-lib/src/latin/SymbolLat.gf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/next-lib/src/latin/SymbolLat.gf b/next-lib/src/latin/SymbolLat.gf index c1572616c..04946b738 100644 --- a/next-lib/src/latin/SymbolLat.gf +++ b/next-lib/src/latin/SymbolLat.gf @@ -1,4 +1,6 @@ ---concrete SymbolLat of Symbol = CatLat ** open Prelude, ResLat in { +--# -path=.:abstract:common + +concrete SymbolLat of Symbol = CatLat ** open Prelude, ResLat in { -- --lin -- SymbPN i = {s = \\c => i.s ; g = Neutr} ; --- c @@ -34,4 +36,4 @@ -- BaseSymb = infixSS "and" ; -- ConsSymb = infixSS "," ; -- ---} +} |
