Skip to content

Commit a162b42

Browse files
Merge pull request #10 from alex-quin-gabriel/rolling
fixing wrong relation signature
2 parents b9514d3 + 6d59c1c commit a162b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tff/model/transitive-strategies.tff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tff(strategy_decl, type,
2121
tff(ax_strategy, axiom,
2222
! [MS : modelet_set, E: engine] :
2323
(
24-
exertable(MS, E)
24+
exertable(E, MS)
2525
=>
2626
strategy(MS,exert(E, MS),via_exert(exert(E, MS),MS,E))
2727
)

0 commit comments

Comments
 (0)