mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
concrete NQueensAscii of NQueens = NatAscii ** {
|
|
|
|
lincat Matrix, Vec = Str ;
|
|
Constr, Sat = {} ;
|
|
|
|
lin nilV _ _ = "" ;
|
|
consV _ _ f _ l _ v = f ++ "X" ++ l ++ "\n" ++ v ;
|
|
|
|
matrix _ v = v ;
|
|
|
|
} |