mark.ml
vcaml
vcaml.bindings_test
vcaml.debug
vcaml.msgpack
vcaml.msgpack_debug
vcaml.msgpack_rpc
vcaml.nvim_internal
vcaml.plugin
vcaml.semantics_test
vcaml.test_helpers
1 2 3 4 5 6 7 open Core type t = { sym : char ; pos : Position.One_indexed_row.t } [@@deriving sexp_of]
1 2 3 4 5 6 7
open Core type t = { sym : char ; pos : Position.One_indexed_row.t } [@@deriving sexp_of]