Module type Relude_Interface.ISO_LIST

Module type signature for a module that is isomorphic with a list

type t('a);
let fromList: list('a) => t('a);
let toList: t('a) => list('a);