1
1
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:
Rob Rix 2018-05-04 19:13:23 -04:00
parent cdb8f26de4
commit a3c04da9fe

View File

@ -1,5 +1,4 @@
{-# LANGUAGE GeneralizedNewtypeDeriving, ScopedTypeVariables, TypeFamilies, TypeOperators, UndecidableInstances #-}
{-# OPTIONS_GHC -Wno-redundant-constraints #-} -- For the Interpreter instances 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)