Module Compile.Components

type 'a source
val of_parsed : string -> parsed -> _ source
val of_fun : string -> Typechecker.Type.interface -> 'a -> 'a source
type 'a t
val empty : _ t
val of_seq : 'a source Stdlib.Seq.t -> 'a t