/dhall-path/Path/Ambiguous/Relative/unanchor

Copy path to clipboard

Source

let Path/Any = ../Any/Type

let AbsolutePath = ./Type

in λ(absolutePath : AbsolutePath) →
{ parents = None Natural
, directories = absolutePath.directories
, component = absolutePath.component
}
: Path/Any