]> matita.cs.unibo.it Git - helm.git/commitdiff
- removed () around sorts
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Sat, 26 Aug 2006 11:19:15 +0000 (11:19 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Sat, 26 Aug 2006 11:19:15 +0000 (11:19 +0000)
components/acic_content/cicNotationPp.ml

index 568faa927155143f892cd598264fa775c9cf80bf..efcc25897b4b0301081a03665670c30e0f05fc1a 100644 (file)
@@ -149,6 +149,7 @@ let rec pp_term ?(pp_parens = true) t =
   in
   match pp_parens, t with
     | false, _ 
+    | true, Ast.Sort _
     | true, Ast.Ident (_, Some []) 
     | true, Ast.Ident (_, None)    -> t_pp
     | _                            -> sprintf "(%s)" t_pp