Skip to content

Commit

Permalink
Revert "fix DH-neutral"
Browse files Browse the repository at this point in the history
This reverts commit e22a24f.
  • Loading branch information
jdreier committed Sep 23, 2022
1 parent e22a24f commit 565626b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/term/src/Term/Maude/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ppTheory msig = BC.unlines $
(if enableDH msig
then
[ theoryOpEq "one : -> Msg"
, theoryOpEq "DH-neutral : -> Msg"
, theoryOpEq "DH_neutral : -> Msg"
, theoryOpEq "exp : Msg Msg -> Msg"
, theoryOpAC "mult : Msg Msg -> Msg [comm assoc]"
, theoryOpEq "inv : Msg -> Msg" ]
Expand Down

0 comments on commit 565626b

Please sign in to comment.