diff options
| author | Mishio595 <[email protected]> | 2018-11-29 18:10:45 -0700 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-11-29 18:10:45 -0700 |
| commit | eaccd45894e5b519bca82662d0b950b5f1d9c598 (patch) | |
| tree | 0d08c556ca3a0399c0be1169d5f0da57b618812b /lib/http.mli | |
| parent | Try to make it a more properly structured lib (diff) | |
| download | disml-eaccd45894e5b519bca82662d0b950b5f1d9c598.tar.xz disml-eaccd45894e5b519bca82662d0b950b5f1d9c598.zip | |
Fix all the errors from coding without merlin
Diffstat (limited to 'lib/http.mli')
| -rw-r--r-- | lib/http.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.mli b/lib/http.mli index caf2ad7..858420a 100644 --- a/lib/http.mli +++ b/lib/http.mli @@ -1 +1 @@ -module Make(T: S.Token) : S.Http
\ No newline at end of file +module Make(T : S.Token) : S.Http
\ No newline at end of file |