Skip to content

Commit

Permalink
a stopgap for #68, need to revisit, but probably just remove EUF as a…
Browse files Browse the repository at this point in the history
…n TSL-MT option altogether.
  • Loading branch information
santolucito committed Dec 23, 2023
1 parent e55b7d6 commit 1c3d029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TSL/ModuloTheories/Theories.hs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tUninterpretedFunctions = Uf
instance Show Theory where
show = \case
Uf -> "UF"
EUf -> "EUF"
EUf -> "QF_UF"
Lia -> "LIA"

readTheory :: String -> Either Error Theory
Expand Down

0 comments on commit 1c3d029

Please sign in to comment.