diff options
| author | Enrico Tassi | 2014-07-23 11:54:36 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-08-05 18:24:50 +0200 |
| commit | 4e724634839726aa11534f16e4bfb95cd81232a4 (patch) | |
| tree | 2114ba0a78c4df764d78ad260e30f5fa6854df95 /lib/system.mli | |
| parent | 95e97b68744eeb8bf20811c3938d78912eb3e918 (diff) | |
STM: code restructured to reuse task queue for tactics
Diffstat (limited to 'lib/system.mli')
| -rw-r--r-- | lib/system.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/system.mli b/lib/system.mli index 9cfb1456ff..0569c7889e 100644 --- a/lib/system.mli +++ b/lib/system.mli @@ -69,3 +69,6 @@ val time_difference : time -> time -> float (** in seconds *) val fmt_time_difference : time -> time -> Pp.std_ppcmds val with_time : bool -> ('a -> 'b) -> 'a -> 'b + +(** {6 Name of current process.} *) +val process_id : unit -> string |
