Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
yav committed Dec 28, 2013
1 parent 4adcaec commit 239f0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Data/Integer/SAT.hs
Expand Up @@ -261,7 +261,7 @@ data Inerts = Inerts
-- Each bound @(c,t)@ in the second list asserts that @c * x < t@

, solved :: NameMap Term
-- ^ Definitions for resolved variabless.
-- ^ Definitions for resolved variables.
-- These form an idempotent substitution.
} deriving Show

Expand All @@ -283,7 +283,7 @@ iApSubst i t = foldr apS t $ Map.toList $ solved i
--
-- * Assumes substitution has already been applied.
--
-- * The kciked-out constraints are NOT rewritten, this happens
-- * The kicked-out constraints are NOT rewritten, this happens
-- when they get inserted in the work queue.

iSolved :: Name -> Term -> Inerts -> ([Term], Inerts)
Expand Down

0 comments on commit 239f0c5

Please sign in to comment.