Skip to content

Commit 55e3eb1

Browse files
committed
warning police
1 parent 9a46e6d commit 55e3eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SAWScript/Value.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ evaluate sc t =
343343
evaluateTypedTerm :: SharedContext -> TypedTerm -> IO C.Value
344344
evaluateTypedTerm sc (TypedTerm (TypedTermSchema schema) trm) =
345345
C.runEval mempty . exportValueWithSchema schema =<< evaluate sc trm
346-
evaluateTypedTerm sc (TypedTerm tp _) =
346+
evaluateTypedTerm _sc (TypedTerm tp _) =
347347
fail $ unlines [ "Could not evaluate term with type"
348348
, show (CMS.ppTypedTermType tp)
349349
]

0 commit comments

Comments
 (0)