Skip to content

Commit

Permalink
Merge branch 'haz3l-case-redundancy' into haz3l-case-advanced-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
pigumar1 authored Oct 22, 2023
2 parents 57b8a76 + ad523c6 commit 2615f7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/haz3lcore/dynamics/InvalidOperationError.re
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ type t =
| DivideByZero
| NegativeExponent
| OutOfFuel
// | InvalidIntOfString
// | InvalidFloatOfString
| InvalidProjection;

let err_msg = (err: t): string =>
Expand All @@ -16,7 +14,5 @@ let err_msg = (err: t): string =>
| DivideByZero => "Error: Divide by Zero"
| NegativeExponent => "Error: Negative Exponent in Integer Exponentiation (Consider using **.)"
| OutOfFuel => "Error: Out of Fuel"
// | InvalidIntOfString => "Error: Invalid String to Int Conversion"
// | InvalidFloatOfString => "Error: Invalid String to Float Conversion"
| InvalidProjection => "Error: Invalid Projection"
};

0 comments on commit 2615f7c

Please sign in to comment.