Skip to content

Commit

Permalink
[Evaluation] Make 'EvaluationResult' strict
Browse files Browse the repository at this point in the history
  • Loading branch information
effectfully committed Mar 30, 2022
1 parent e59ade1 commit af17879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ _EvaluationFailureVia failure = prism (const failure) $ \a -> when (a /= failure
-- On the PLC side this becomes (via @makeKnown@) either a call to 'Error' or
-- a value of the PLC counterpart of type @a@.
data EvaluationResult a
= EvaluationSuccess a
= EvaluationSuccess !a
| EvaluationFailure
deriving stock (Show, Eq, Generic, Functor, Foldable, Traversable)
deriving anyclass (NFData)
Expand Down

0 comments on commit af17879

Please sign in to comment.