mirror of
https://github.com/github/semantic.git
synced 2024-12-20 21:31:48 +03:00
Clean up the Tracing module.
This commit is contained in:
parent
cdb8f26de4
commit
a3c04da9fe
@ -1,5 +1,4 @@
|
||||
{-# LANGUAGE GeneralizedNewtypeDeriving, ScopedTypeVariables, TypeFamilies, TypeOperators, UndecidableInstances #-}
|
||||
{-# OPTIONS_GHC -Wno-redundant-constraints #-} -- For the Interpreter instance’s Evaluator constraint
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
module Analysis.Abstract.Tracing
|
||||
( tracingTerms
|
||||
, tracing
|
||||
@ -21,7 +20,6 @@ tracingTerms :: ( Corecursive term
|
||||
, State (Heap location value)
|
||||
, Writer (trace (Configuration location term value))
|
||||
] effects
|
||||
, Ord location
|
||||
, Reducer (Configuration location term value) (trace (Configuration location term value))
|
||||
)
|
||||
=> trace (Configuration location term value)
|
||||
|
Loading…
Reference in New Issue
Block a user