Fix the implicit arguments for lattice operations

This commit is contained in:
Dan Frumin 2017-08-03 17:09:10 +02:00
parent 72ce66f833
commit 69b4b6d7a5
1 changed files with 2 additions and 2 deletions

View File

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