Fix module name
This commit is contained in:
parent
ac3f222753
commit
45527abd50
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
|
|
||||||
-- | A module for type checking and inference using algorithm W, Hindley-Milner
|
-- | A module for type checking and inference using algorithm W, Hindley-Milner
|
||||||
module TypeChecker.TypeChecker where
|
module TypeChecker.TypeCheckerHm where
|
||||||
|
|
||||||
import Auxiliary
|
import Auxiliary
|
||||||
import Control.Monad.Except
|
import Control.Monad.Except
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue