Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 319 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 319 Bytes

ctypes-zarith

Demo code how to mix ctypes and "custom" OCaml types.

mpz_t/mpz_struct (C) is exposed as Z.t (OCaml) and mpq_struct as Q.t.