You can search for identifiers within the package.
in-package search v0.2.0
patience_diff
move_kind.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 module Stable = struct open! Core.Core_stable module V1 = struct type t = | Move of Move_id.Stable.V1.t | Within_move of Move_id.Stable.V1.t [@@deriving sexp, bin_io] end end open! Core include Stable.V1
1 2 3 4 5 6 7 8 9 10 11 12 13
module Stable = struct open! Core.Core_stable module V1 = struct type t = | Move of Move_id.Stable.V1.t | Within_move of Move_id.Stable.V1.t [@@deriving sexp, bin_io] end end open! Core include Stable.V1