aboutsummaryrefslogtreecommitdiff
path: root/Math/LinProg/LP.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Math/LinProg/LP.hs')
-rw-r--r--Math/LinProg/LP.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Math/LinProg/LP.hs b/Math/LinProg/LP.hs
index 4ad8b79..50bcb1f 100644
--- a/Math/LinProg/LP.hs
+++ b/Math/LinProg/LP.hs
@@ -8,8 +8,6 @@ import Data.List
import Math.LinProg.Types
import Math.LinProg.Compile
import Control.Lens
-import Control.Monad.State
-import Control.Monad.Free
import Data.Maybe
instance (Show t, Num t, Ord t) => Show (CompilerS t String) where