jacquev6 / General

Rich functionality for built-in and basic OCaml types

Home Page:http://jacquev6.github.io/General

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General is an OCaml (4.02.3+) general purpose library. It adds rich functionality to built-in and basic OCaml types.

It's licensed under the MIT license. It's available on OPAM, its documentation and its source code are on GitHub.

Questions? Remarks? Bugs? Want to contribute? Open an issue!

Quick start

Install from OPAM:

$ opam install General

Launch utop:

$ utop -require General

Open:

open General.Abbr;;

And use:

["a"; "b"; "c"; "d"] |> StrLi.concat ~sep:", "
-: string = "a, b, c, d"

About

Rich functionality for built-in and basic OCaml types

http://jacquev6.github.io/General


Languages

Language:OCaml 92.6%Language:Python 6.1%Language:Shell 1.0%Language:Standard ML 0.1%Language:Dockerfile 0.1%