You can search for identifiers within the package.
in-package search v0.2.0
type encoding = string
type u
val create : GettextTypes.t -> encoding -> encoding -> u
create in_enc out_enc : create a new charset converter from charset in_enc to out_enc.
val recode : u -> string -> string
recode str enc : return a transcoded string according to enc.