| Copyright | (c) Levent Erkok | 
|---|---|
| License | BSD3 | 
| Maintainer | erkokl@gmail.com | 
| Stability | experimental | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Documentation.SBV.Examples.Puzzles.DogCatMouse
Description
Synopsis
- puzzle :: IO AllSatResult
 
Documentation
puzzle :: IO AllSatResult Source #
Prints the only solution:
>>>puzzleSolution #1: dog = 3 :: Integer cat = 41 :: Integer mouse = 56 :: Integer This is the only solution.