Fix file() -> *file() in comment about tactics.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 25 Dec 2019 14:34:07 +0000 (14:34 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 25 Dec 2019 21:52:38 +0000 (21:52 +0000)
Updates commit b14ff66c953e6a73e9ac2fe8d42dd68e92e58f53.

src/ast.mli

index 067d20a..1470309 100644 (file)
@@ -38,7 +38,7 @@ val string_loc : unit -> loc -> string
     variable or goal name -> expression. *)
 type env = expr Env.t
 and pattern =
-  (** match tactic such as file ("filename") *)
+  (** match tactic such as *file ("filename") *)
   | PTactic of loc * id * substs list
   (** match named variable, which must be a string or list *)
   | PVar of loc * id