Skip to content

Commit

Permalink
more explanatory comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dbueno committed Jun 26, 2010
1 parent 8068ba1 commit 189c54d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Funsat/Circuit.hs
Expand Up @@ -5,6 +5,11 @@
-- class and various representations that admit efficient conversion to funsat
-- CNF.
--
-- The types in this class are more capable than simply being able to go from
-- (for example) an equality constraint to the CNF representation. In
-- particular, the `Shared' circuit type efficiently shares subterms,
-- potentially drastically reducing the memory require for the circuit.
--
-- The implementation for this module was adapted from
-- <http://okmij.org/ftp/Haskell/DSLSharing.hs>.
module Funsat.Circuit
Expand Down

0 comments on commit 189c54d

Please sign in to comment.