mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Rename Abstract.Interpreter.Dead to Analysis.Abstract.Dead.
This commit is contained in:
parent
e47703a782
commit
4a64ede395
@ -17,8 +17,8 @@ library
|
||||
-- Analyses & term annotations
|
||||
Abstract.Interpreter
|
||||
, Abstract.Interpreter.Caching
|
||||
, Abstract.Interpreter.Dead
|
||||
, Abstract.Interpreter.Tracing
|
||||
, Analysis.Abstract.Dead
|
||||
, Analysis.Abstract.Eval
|
||||
, Analysis.ConstructorName
|
||||
, Analysis.CyclomaticComplexity
|
||||
|
@ -1,5 +1,5 @@
|
||||
{-# LANGUAGE DataKinds, ScopedTypeVariables, TypeApplications, TypeOperators #-}
|
||||
module Abstract.Interpreter.Dead where
|
||||
module Analysis.Abstract.Dead where
|
||||
|
||||
import Abstract.Interpreter
|
||||
import Analysis.Abstract.Eval
|
Loading…
Reference in New Issue
Block a user