diff options
| author | Enrico Tassi | 2014-04-25 17:04:01 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-04-25 17:09:22 +0200 |
| commit | 6e131a1e5d51af09b0c3163f2a32c9e47243af33 (patch) | |
| tree | 20fcceb477ae106a5486a0524bbb7ece46a1591c /dev | |
| parent | 0b4147008092bc08e3188a73426e878cb9a9218d (diff) | |
print futures in caml toplevel too
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/include b/dev/include index 5eea5cc031..23fcbd8db4 100644 --- a/dev/include +++ b/dev/include @@ -57,3 +57,5 @@ #install_printer (* generic_argument *) pp_generic_argument;; #install_printer (* fconstr *) ppfconstr;; + +#install_printer (* Future.computation *) ppfuture;; |
