package stdune

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

Module Extension.Or_emptySource

type extension := t
Sourcetype t
Sourceval check : t -> extension -> bool
Sourceval of_string_exn : string -> t
Sourceval to_string : t -> string
Sourceval is_empty : t -> bool
Sourceval is_extension : t -> bool
Sourceval drop_suffix : string -> t -> string
Sourceval extension : t -> extension option
Sourceval extension_exn : t -> extension