1
0
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:
2017-08-03 17:09:10 +02:00
parent 72ce66f833
commit 69b4b6d7a5

View File

@@ -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.