]> matita.cs.unibo.it Git - helm.git/commitdiff
GrafiteAst.Search_pat and GrafiteAst.Search_term (both unused) removed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 12 Jul 2006 12:09:46 +0000 (12:09 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 12 Jul 2006 12:09:46 +0000 (12:09 +0000)
components/grafite/grafiteAst.ml
components/grafite/grafiteAstPp.ml
components/grafite_parser/grafiteDisambiguate.ml
matita/matitaScript.ml

index 73ae34584d282e549736ee7e6231d83f2bec1748..6c6b3786ff88af760114f1e1157d09209682f5be 100644 (file)
@@ -104,16 +104,10 @@ type 'term macro =
   | WLocate of loc * string
   | WElim of loc * 'term
   (* real macros *)
-(*   | Abort of loc *)
   | Print of loc * string
   | Check of loc * 'term 
   | Hint of loc
   | Quit of loc
-(*   | Redo of loc * int option
-  | Undo of loc * int option *)
-(*   | Print of loc * print_kind *)
-  | Search_pat of loc * search_kind * string  (* searches with string pattern *)
-  | Search_term of loc * search_kind * 'term  (* searches with term pattern *)
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)
index b95df8d366d3a3daf5d70a8efeaac7a20c4875e7..c5bbe8f19fb2c0a940fede00c1c974e9af9afa80 100644 (file)
@@ -182,10 +182,6 @@ let pp_macro ~term_pp =
   (* real macros *)
   | Check (_, term) -> sprintf "Check %s" (term_pp term)
   | Hint _ -> "hint"
-  | Search_pat (_, kind, pat) ->
-      sprintf "search %s \"%s\"" (pp_search_kind kind) pat
-  | Search_term (_, kind, term) ->
-      sprintf "search %s %s" (pp_search_kind kind) (term_pp term)
   | Print (_, name) -> sprintf "Print \"%s\"" name
   | Quit _ -> "Quit"
 
index b02d57e672ea602f704b21405f652c0eea8e5a58..396d169e79d0c6698e35f1d1e8665365de80cddb 100644 (file)
@@ -327,6 +327,4 @@ let disambiguate_macro
    | GrafiteAst.WLocate _ as macro ->
       metasenv,macro
    | GrafiteAst.Quit _
-   | GrafiteAst.Print _
-   | GrafiteAst.Search_pat _
-   | GrafiteAst.Search_term _ -> assert false
+   | GrafiteAst.Print _ -> assert false
index 5674063e990293482d63d754f50e49d29eaf4998..a6842d832e2076251a7a14fdf82631b51e11d319 100644 (file)
@@ -291,8 +291,6 @@ let rec eval_macro include_paths (buffer : GText.buffer) guistuff lexicon_status
   (* TODO *)
   | TA.Quit _ -> failwith "not implemented"
   | TA.Print (_,kind) -> failwith "not implemented"
-  | TA.Search_pat (_, search_kind, str) -> failwith "not implemented"
-  | TA.Search_term (_, search_kind, term) -> failwith "not implemented"
                                 
 and eval_executable include_paths (buffer : GText.buffer) guistuff
 lexicon_status grafite_status user_goal unparsed_text skipped_txt nonskipped_txt