jon.recoil.org

Module Partition.Linked

A partition after partial linking, with the path to the partially linked object file.

type partition := Partition.t
type t

Returns the original partition.

val linked_object : Partition.Linked.t -> string

Returns the path to the partially-linked object file.

val create : partition:Partition.Linked.partition -> linked_object:string -> Partition.Linked.t

Create a linked partition.