aboutsummaryrefslogtreecommitdiff
path: root/API
diff options
context:
space:
mode:
authorMaxime Dénès2017-09-15 10:42:13 +0200
committerMaxime Dénès2017-09-15 10:42:13 +0200
commit9e6b192adcaadcdb1935a68f39ce5ea877562188 (patch)
treec0b66a5665b1068c694466e8c64ec57c748530fb /API
parentd6d7a12eb49c997dd83298477e216349fad74c7f (diff)
parent7f816f00fed5ee7c7e94bd5f02a88880cdfa96aa (diff)
Merge PR #1051: Using an algebraic type for distinguishing toplevel input from location in file
Diffstat (limited to 'API')
-rw-r--r--API/API.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli
index 6fb928fdba..82cf20a764 100644
--- a/API/API.mli
+++ b/API/API.mli
@@ -4706,7 +4706,7 @@ sig
type coq_parsable
- val parsable : ?file:string -> char Stream.t -> coq_parsable
+ val parsable : ?file:Loc.source -> char Stream.t -> coq_parsable
val action : 'a -> action
val entry_create : string -> 'a entry
val entry_parse : 'a entry -> coq_parsable -> 'a