Closed garyb closed 6 years ago
This means when we peel we don't have to account for a case that is known to be impossible, as peeling a DirPath would give you a Name Dir with:
peel
DirPath
Name Dir
peel :: forall a b s . Path a b s -> Maybe (Tuple (Path a Dir s) (Name b))
This means when we
peel
we don't have to account for a case that is known to be impossible, aspeel
ing aDirPath
would give you aName Dir
with: