ppx_deriving_madcastversion

Library deriving cast functions based on their types.

This package provides a PPX that allows to derive cast functions based on their types. For instance, [%madcast: ('a * string) -> ('a * int)] would be replaced by:

fun (x, y) ->
  (x,
   try int_of_string y
   with Failure _ -> failwith "madcast: string -> int")
Tags syntax
AuthorsNiols <niols@niols.fr> and Kerl <kerl@wkerl.me>
LicenseLGPL-3.0-only
Published
Homepagehttps://github.com/Niols/ppx_deriving_madcast
Issue Trackerhttps://github.com/Niols/ppx_deriving_madcast/issues
MaintainerNiols <niols@niols.fr>
Dependencies
Source [http] https://github.com/Niols/ppx_deriving_madcast/archive/v0.1.tar.gz
md5=312d4fcb58029810900c50c7cb9cfe69
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ppx_deriving_madcast/ppx_deriving_madcast.0.1/opam
No package is dependent