mirror of https://github.com/nmvdw/HITs-Examples
Fix the implicit arguments for lattice operations
This commit is contained in:
parent
72ce66f833
commit
69b4b6d7a5
|
@ -16,8 +16,8 @@ Section binary_operation.
|
|||
empty : A.
|
||||
End binary_operation.
|
||||
|
||||
Arguments max_L {_} _ _.
|
||||
Arguments min_L {_} _ _.
|
||||
Arguments max_L {_} {_} _.
|
||||
Arguments min_L {_} {_} _.
|
||||
Arguments empty {_}.
|
||||
|
||||
Section Defs.
|
||||
|
|
Loading…
Reference in New Issue