From 18f4b7e8cada448f6fc15ee8ee18944dcb0b1676 Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Thu, 29 Nov 2018 13:50:53 -0700 Subject: Try to make it a more properly structured lib --- lib/http.mli | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/http.mli (limited to 'lib/http.mli') diff --git a/lib/http.mli b/lib/http.mli new file mode 100644 index 0000000..caf2ad7 --- /dev/null +++ b/lib/http.mli @@ -0,0 +1 @@ +module Make(T: S.Token) : S.Http \ No newline at end of file -- cgit v1.2.3 From eaccd45894e5b519bca82662d0b950b5f1d9c598 Mon Sep 17 00:00:00 2001 From: Mishio595 Date: Thu, 29 Nov 2018 18:10:45 -0700 Subject: Fix all the errors from coding without merlin --- lib/http.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http.mli') 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 -- cgit v1.2.3