Fix module name

This commit is contained in:
Martin Fredin 2023-03-27 16:10:02 +02:00
parent ac3f222753
commit 45527abd50

View file

@ -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