1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Remove the Kliesli import as we don’t actually use it.

This commit is contained in:
Rob Rix 2015-11-25 12:08:30 -05:00
parent 0f059a4299
commit 2d60fea921

View File

@ -5,7 +5,6 @@ import Patch
import Term
import Syntax
import Control.Comonad.Cofree
import Control.Monad ((>=>))
import Control.Monad.Free hiding (unfoldM)
import Data.Map
import Data.Maybe