package plebeia

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

Module type for file name encoding to segments

We have several implementations of name encodings in fs_nameenc_impl.ml

type name = Fs_types.Name.t
val to_segment : name -> Segment.t
val of_segment : Segment.t -> name option