ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't expose Symbol.t

+1 -1
+1 -1
lib/core/Symbol.mli
··· 4 4 * SPDX-License-Identifier: GPL-3.0-or-later 5 5 *) 6 6 7 - type t = (Trie.path [@repr Repr.(list string)]) * int 7 + type t 8 8 9 9 val pp : Format.formatter -> t -> unit 10 10 val show : t -> string