package rotor

  1. Overview
  2. Docs
An automatic refactoring tool for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

rotor-0.1.zip
md5=372ca9b6a7af2fdd99d5117d376870b4
sha512=6f5473951437a48bf9ae7a5d22a4283c02bed6a6e5c7bc02fc5f28dc5c28720f3e2c69f32a2a0c5b9447c2bc8c83746bb4de5b67909a98cc8921527582727063

doc/rotor/Primitive_visitors/index.html

Module Primitive_visitors

module Base = Compiler.Primitive
type boxed_integer = Base.boxed_integer =
  1. | Pnativeint
  2. | Pint32
  3. | Pint64
and native_repr = Base.native_repr =
  1. | Same_as_ocaml_repr
  2. | Unboxed_float
  3. | Unboxed_integer of boxed_integer
  4. | Untagged_int
and description = private Base.description = {
  1. prim_name : string;
  2. prim_arity : int;
  3. prim_alloc : bool;
  4. prim_native_name : string;
  5. prim_native_repr_args : native_repr list;
  6. prim_native_repr_res : native_repr;
}
include sig ... end
class virtual +'b iter : object ... end
include sig ... end
class virtual +'c map : object ... end
include sig ... end
class virtual +'b reduce : object ... end
include sig ... end
class +'c iter2 : object ... end
OCaml

Innovation. Community. Security.