blob: b56ec16a9344bd0e5a4ad400c8be74c473d89fa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
concrete ShawCnc of Shaw = TrigramCnc ** {
lin
the_W = "the" ;
reasonable_W = "reasonable" ;
man_W = "man" ;
adapts_W = "adapts" ;
himself_W = "himself" ;
to_W = "to" ;
world_W = "world" ;
unreasonable_W = "unreasonable" ;
one_W = "one" ;
persists_W = "persists" ;
in_W = "in" ;
trying_W = "trying" ;
adapt_W = "adapt" ;
therefore_W = "therefore" ;
all_W = "all" ;
progress_W = "progress" ;
depends_W = "depends" ;
on_W = "on" ;
}
|