ocaml-batteries Questions
6
Solved
Just a quick question. I'm wondering if there is a infix function composition operator in OCaml defined in the standard library (or in Jane Street's Core or in Batteries) like the (.) function in H...
Bloodthirsty asked 19/5, 2013 at 16:45
2
Solved
I wish to use OCaml to access the Yahoo Finance API. Essentially, it will be just a bunch of HTTP requests to get quotes from Yahoo Finance.
Which module I should use?
I wish to have async HTTP r...
Nyx asked 3/1, 2013 at 6:34
1
Solved
I am trying to keep my project self-contained, with all major 3rd party library dependencies built and referenced within the project repository. The main ocaml portions of my project rely on ocamlb...
Corporative asked 1/9, 2011 at 18:45
1
Solved
I have a simple ocamlbuild project which uses Batteries, including syntax extensions.
_tags:
<*>: pkg_batteries,pkg_threads,pkg_batteries.syntax,syntax_camlp4o
something.ml:
open Batteri...
Lancer asked 2/6, 2011 at 18:53
2
Solved
I'm just getting back into OCaml for a new small research project after many years of SML, Haskell and F#.
I quickly found myself missing some things when using the OCaml libraries, and I also mis...
Archuleta asked 22/7, 2010 at 10:41
1
© 2022 - 2024 — McMap. All rights reserved.