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/Location_visitors/index.html

Module Location_visitors

module Base = Compiler.Location
type location_t = Base.t = {
  1. loc_start : Lexing_visitors.position;
  2. loc_end : Lexing_visitors.position;
  3. loc_ghost : bool;
}
and 'a loc = 'a Base.loc = {
  1. txt : 'a;
  2. loc : location_t;
}
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.