Fix compilation

This commit is contained in:
Dan Frumin 2017-08-02 15:45:12 +02:00
parent 77a449e68b
commit 8a65852d1b
2 changed files with 5 additions and 5 deletions

View File

@ -176,8 +176,8 @@ Section hPropLattice.
associative_max := _ ;
idempotent_min := _ ;
idempotent_max := _ ;
neutralL_min := _ ;
neutralR_min := _ ;
neutralL_max := _ ;
neutralR_max := _ ;
absorption_min_max := _ ;
absorption_max_min := _
}.

View File

@ -208,8 +208,8 @@ Section SetLattice.
associative_max := _ ;
idempotent_min := _ ;
idempotent_max := _ ;
neutralL_min := _ ;
neutralR_min := _ ;
neutralL_max := _ ;
neutralR_max := _ ;
absorption_min_max := _ ;
absorption_max_min := _
}.