Skip to content

Commit

Permalink
tests pass checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
agentm committed Aug 27, 2024
1 parent 49b930a commit 697275f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bin/TutorialD/Interpreter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ safeParseTutorialD = parse safeInterpreterParserP ""
parseRelationalExpr :: RelationalMarkerExpr a => T.Text -> Either ParserError (RelationalExprBase a)
parseRelationalExpr = parse relExprP ""

data SafeEvaluationFlag = SafeEvaluation | UnsafeEvaluation deriving (Eq)

evalTutorialD :: C.SessionId -> C.Connection -> SafeEvaluationFlag -> ParsedOperation -> IO ConsoleResult
evalTutorialD sessionId conn safe = evalTutorialDInteractive sessionId conn safe False

Expand Down

0 comments on commit 697275f

Please sign in to comment.