Skip to content
Snippets Groups Projects
Commit 3b3bb6aa authored by Michele Alberti's avatar Michele Alberti
Browse files

[printers] Shorten code style for PyRAT printer.

parent f7359a4f
No related branches found
No related tags found
No related merge requests found
...@@ -137,11 +137,7 @@ let rec print_goal_term info fmt t = ...@@ -137,11 +137,7 @@ let rec print_goal_term info fmt t =
let print_decl info fmt d = let print_decl info fmt d =
match d.Decl.d_node with match d.Decl.d_node with
| Dtype _ -> () | Dtype _ | Ddata _ | Dparam _ | Dlogic _ | Dind _ -> ()
| Ddata _ -> ()
| Dparam _ -> ()
| Dlogic _ -> ()
| Dind _ -> ()
| Dprop (Decl.Plemma, _, _) -> assert false | Dprop (Decl.Plemma, _, _) -> assert false
| Dprop (Decl.Paxiom, _, f) -> | Dprop (Decl.Paxiom, _, f) ->
(* PyRAT supports simple axioms only, ie without logical operators. *) (* PyRAT supports simple axioms only, ie without logical operators. *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment