even simpler version of NQueens

This commit is contained in:
krasimir
2010-03-24 21:04:37 +00:00
parent ab3127b5dd
commit 69535e2b6b
4 changed files with 5 additions and 11 deletions

View File

@@ -5,10 +5,6 @@ lincat Nat = Str ;
lin zero = "" ;
succ n = "_" ++ n ;
lincat LT = Str ;
NE = {} ;
lin zLT n = n ;
sLT _ _ l = l ;
lincat NE = {} ;
}