Module Value.List
include Allowance.Allow_disallow
with type (_, _, 'd) sided = 'd Mode.Value.t list
type (_, _, 'd) sided = 'd Mode.Value.t listval disallow_right :
('a, 'b, 'l * 'r) Mode.Value.List.sided ->
('a, 'b, 'l * Allowance.disallowed) Mode.Value.List.sidedDisallows on the right.
val disallow_left :
('a, 'b, 'l * 'r) Mode.Value.List.sided ->
('a, 'b, Allowance.disallowed * 'r) Mode.Value.List.sidedDisallows a the left.
val allow_right :
('a, 'b, 'l * Allowance.allowed) Mode.Value.List.sided ->
('a, 'b, 'l * 'r) Mode.Value.List.sidedGeneralizes a right-hand-side allowed to be any allowance.
val allow_left :
('a, 'b, Allowance.allowed * 'r) Mode.Value.List.sided ->
('a, 'b, 'l * 'r) Mode.Value.List.sidedGeneralizes a left-hand-side allowed to be any allowance.