mirror of
https://github.com/nmvdw/HITs-Examples
synced 2025-11-03 07:03:51 +01:00
Fix the implicit arguments for lattice operations
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user