ppx_import

Type importer

Reduces redundancy in type declarations and signatures by importing types or signatures from other compiled interface files.

Less redundancy in type declarations and signatures

GitHub

89 stars
8 watching
29 forks
Language: OCaml
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ocaml-ppx/ppx_derivingA library simplifying type-driven code generation in OCaml469
ocaml-ppx/ocamlformatAutomates formatting of OCaml code to conform to specific coding standards642
thierry-martinez/reflA library that provides efficient and type-safe type reflection for OCaml51
rizo/ppx_monadProvides a syntax extension for monadic computations in OCaml.7
ocaml-ppx/ppx_deriving_yojsonA tool that generates JSON serialization and deserialization functions for OCaml types157
darklang/philip2An Elm to OCaml compiler that enables porting of codebases from one language to another204
roddyyaga/ppx_rapperA syntax extension for writing SQL queries in OCaml with type inference and syntax checking.138
hackwaly/vscode-ocamlAn extension for VS Code providing support for the OCaml programming language170
ocaml/oasis2opamConverts Oasis metadata to OPAM package descriptions27
brendanlong/ocaml-ooxmlA collection of OCaml libraries for parsing and working with Microsoft Office document formats32
mhallin/graphql_ppxLibrary to rewrite and validate GraphQL queries at compile-time320
ocaml-community/sedlexA Unicode-friendly lexer generator for OCaml.244
pyrocat101/opalA set of monadic parser combinators for OCaml to simplify building parsers.146
ocaml-community/easy-formatA utility library for pretty-printing indentation in OCaml programs.43
sheijk/ppx_string_interpolateInterpolates variables into string expressions21