Fix formatting in OCaml snippet (#277)

This commit is contained in:
Georgiy Komarov 2021-09-30 23:02:41 +03:00 committed by GitHub
parent eb8634745a
commit f3edf4708a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,2 @@
(* OCaml only allows special characters in the infix operator. So, the above function name cannot be applied be infix. *)
(* OCaml only allows special characters in the infix operator.
So, the above function name cannot be applied be infix. *)