Export list and haddock structure
This commit is contained in:
parent
e68aea36d9
commit
7d3ee96c26
2 changed files with 49 additions and 2 deletions
|
@ -10,7 +10,14 @@ Portability : portable
|
|||
|
||||
-}
|
||||
|
||||
module Civilisation where
|
||||
module Civilisation (
|
||||
-- * DIMACS CNF parsing
|
||||
parseDIMACS,
|
||||
parseClause,
|
||||
litFromInt,
|
||||
-- * Main
|
||||
main
|
||||
) where
|
||||
|
||||
import Data.Maybe
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue