package rotor

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Path_visitors

module Base = Compiler.Path
type path_t = Base.t =
  1. | Pident of Ident_visitors.ident_t
  2. | Pdot of path_t * string
  3. | Papply of path_t * path_t
and typath = Base.typath =
  1. | Regular of path_t
  2. | Ext of path_t * string
  3. | LocalExt of Ident_visitors.ident_t
  4. | Cstr of path_t * string
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.