mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 12:12:51 -06:00
gf-book web page index and toc
This commit is contained in:
31
gf-book/examples/chapter2/LettersCnc.gf
Normal file
31
gf-book/examples/chapter2/LettersCnc.gf
Normal file
@@ -0,0 +1,31 @@
|
||||
concrete LettersCnc of Letters = {
|
||||
|
||||
lincat L = Str ;
|
||||
lin
|
||||
a = "a" ;
|
||||
b = "b" ;
|
||||
c = "c" ;
|
||||
d = "d" ;
|
||||
e = "e" ;
|
||||
f = "f" ;
|
||||
g = "g" ;
|
||||
h = "h" ;
|
||||
i = "i" ;
|
||||
j = "j" ;
|
||||
k = "k" ;
|
||||
l = "l" ;
|
||||
m = "m" ;
|
||||
n = "n" ;
|
||||
o = "o" ;
|
||||
p = "p" ;
|
||||
q = "q" ;
|
||||
r = "r" ;
|
||||
s = "s" ;
|
||||
t = "t" ;
|
||||
u = "u" ;
|
||||
v = "v" ;
|
||||
w = "w" ;
|
||||
x = "x" ;
|
||||
y = "y" ;
|
||||
z = "z" ;
|
||||
}
|
||||
Reference in New Issue
Block a user