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:
parent
3e0a544cb9
commit
dcb771a29e
@ -27,7 +27,6 @@ library
|
||||
, Analysis.Abstract.Evaluating
|
||||
, Analysis.Abstract.ImportGraph
|
||||
, Analysis.Abstract.Tracing
|
||||
, Analysis.Abstract.TypeChecking
|
||||
, Analysis.CallGraph
|
||||
, Analysis.ConstructorName
|
||||
, Analysis.CyclomaticComplexity
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user