package qinap

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

Module Qinap.ClistSource

Module containing functions for working with lists of characters.

Sourcetype t = char list

Type alias for a list of characters.

Sourceval to_string : t -> string

to_string cs returns a string containing the characters in cs.

Sourceval of_string : string -> t

of_string s returns a list containing the characters in s.