1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00

🔥 the TypeChecking module.

This commit is contained in:
Rob Rix 2018-05-06 16:41:36 -04:00
parent 3e0a544cb9
commit dcb771a29e
2 changed files with 0 additions and 11 deletions

View File

@ -27,7 +27,6 @@ library
, Analysis.Abstract.Evaluating
, Analysis.Abstract.ImportGraph
, Analysis.Abstract.Tracing
, Analysis.Abstract.TypeChecking
, Analysis.CallGraph
, Analysis.ConstructorName
, Analysis.CyclomaticComplexity

View File

@ -1,10 +0,0 @@
{-# LANGUAGE TypeOperators #-}
module Analysis.Abstract.TypeChecking
( typeChecking
) where
import Control.Abstract.Evaluator
import Data.Abstract.Type
typeChecking :: Effectful m => m (Resumable TypeError ': effects) a -> m effects (Either (SomeExc TypeError) a)
typeChecking = raiseHandler runError