Skip to content

Commit

Permalink
fix DH-neutral
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreier committed Sep 23, 2022
1 parent d9d192f commit e22a24f
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 e22a24f

Please sign in to comment.