Fixed the dependency on the Grammar Ident.
This commit is contained in:
parent
72f4f26078
commit
750503063a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ module TypeChecker.TypeCheckerIr
|
|||
) where
|
||||
|
||||
import Data.String (IsString)
|
||||
import Grammar.Abs (Character (..), Lit (..), TVar (..))
|
||||
import Grammar.Abs (Lit (..), TVar (..))
|
||||
import Grammar.Print
|
||||
import Prelude
|
||||
import qualified Prelude as C (Eq, Ord, Read, Show)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue