Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Sort.Top
Sort without a type index.
This module enables construction of complex data structures on sorts, like maps, sets, etc, e.g.,
let sorts = Set.empty (module Value.Sort.Top)
Since such structures are required to be monomorphic, the sort type index should be removed using the forget function, before a sort could be stored in it.