We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059c75b commit e193a04Copy full SHA for e193a04
src/Act/Syntax/Typed.hs
@@ -108,7 +108,7 @@ data Behaviour t = Behaviour
108
, _interface :: Interface
109
, _pointers :: [Pointer]
110
, _preconditions :: [Exp ABoolean t] -- if preconditions are not satisfied execution is reverted
111
- , _caseconditions :: [Exp ABoolean t] -- if preconditions are satisfied and the case conditions are not, some other instance of the bahavior should apply
+ , _caseconditions :: [Exp ABoolean t] -- if preconditions are satisfied and the case conditions are not, some other instance of the behavior should apply
112
, _postconditions :: [Exp ABoolean Timed]
113
, _stateUpdates :: [StorageUpdate t]
114
, _returns :: Maybe (TypedExp Timed)
0 commit comments