We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a46e6d commit 55e3eb1Copy full SHA for 55e3eb1
src/SAWScript/Value.hs
@@ -343,7 +343,7 @@ evaluate sc t =
343
evaluateTypedTerm :: SharedContext -> TypedTerm -> IO C.Value
344
evaluateTypedTerm sc (TypedTerm (TypedTermSchema schema) trm) =
345
C.runEval mempty . exportValueWithSchema schema =<< evaluate sc trm
346
-evaluateTypedTerm sc (TypedTerm tp _) =
+evaluateTypedTerm _sc (TypedTerm tp _) =
347
fail $ unlines [ "Could not evaluate term with type"
348
, show (CMS.ppTypedTermType tp)
349
]
0 commit comments