mirror of
https://github.com/nmvdw/HITs-Examples
synced 2025-11-03 15:13:51 +01:00
Fix the implicit arguments for lattice operations
This commit is contained in:
@@ -16,8 +16,8 @@ Section binary_operation.
|
|||||||
empty : A.
|
empty : A.
|
||||||
End binary_operation.
|
End binary_operation.
|
||||||
|
|
||||||
Arguments max_L {_} _ _.
|
Arguments max_L {_} {_} _.
|
||||||
Arguments min_L {_} _ _.
|
Arguments min_L {_} {_} _.
|
||||||
Arguments empty {_}.
|
Arguments empty {_}.
|
||||||
|
|
||||||
Section Defs.
|
Section Defs.
|
||||||
|
|||||||
Reference in New Issue
Block a user