package diffast-core

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

Module Diffast_core.Moveid

type t =
  1. | MOVE of int
val to_string : t -> string
val to_raw : t -> string
val of_string : string -> t
val of_int : int -> t
val unknown : t
val p : out_channel -> t -> unit
val r : out_channel -> t -> unit
val ps : unit -> t -> string
class generator : object ... end