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 #-}
|
||||
|
||||
-- | A module for type checking and inference using algorithm W, Hindley-Milner
|
||||
module TypeChecker.TypeChecker where
|
||||
module TypeChecker.TypeCheckerHm where
|
||||
|
||||
import Auxiliary
|
||||
import Control.Monad.Except
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue