You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/Data/Abstract/Evaluatable.hs
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,6 @@ module Data.Abstract.Evaluatable
5
5
, traceResolve
6
6
-- * Preludes
7
7
, HasPrelude(..)
8
-
-- * Spans
9
-
, HasSpan(..)
10
8
-- * Effects
11
9
, EvalError(..)
12
10
, throwEvalError
@@ -37,11 +35,10 @@ import Data.Language
37
35
importData.Scientific (Scientific)
38
36
importData.Semigroup.App
39
37
importData.Semigroup.Foldable
40
-
importData.Span (emptySpan)
38
+
importData.Span (HasSpan(..), emptySpan)
41
39
importData.Sumhiding (project)
42
40
importData.Term
43
41
importPrologue
44
-
importData.Abstract.HasSpan
45
42
46
43
--| The 'Evaluatable' class defines the necessary interface for a term to be evaluated. While a default definition of 'eval' is given, instances with computational content must implement 'eval' to perform their small-step operational semantics.
47
44
class (Show1constr, Foldableconstr) =>Evaluatableconstrwhere
0 commit comments