Doc: fix LOOP_LEFT type

This commit is contained in:
Alain Mebsout 2018-06-08 12:28:55 +02:00 committed by Benjamin Canou
parent b229eace6b
commit b61df9d816

View File

@ -435,7 +435,7 @@ Control structures
::
:: (or 'a 'b) : 'A -> 'A
:: (or 'a 'b) : 'A -> 'b : 'A
iff body :: [ 'a : 'A -> (or 'a 'b) : 'A ]
> LOOP_LEFT body / (Left a) : S => body ; LOOP_LEFT body / a : S