| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
System.Monopati.Posix
Synopsis
- data Points
- data Origin
- data To
- type Path = Cofree Maybe String
- newtype Outline (origin :: Origin) (points :: Points) = Outline {}
- type family Absolute (path :: Type) (to :: Type) (points :: Points) :: Type where ...
- type family Homeward (path :: Type) (to :: Type) (points :: Points) :: Type where ...
- type family Relative (path :: Type) (to :: Type) (points :: Points) :: Type where ...
- part :: String -> Outline origin points
- (<^>) :: Relative Path To Directory -> Relative Path To points -> Relative Path To points
- (</>) :: Absolute Path To Directory -> Relative Path To points -> Absolute Path To points
- (<~/>) :: Absolute Path To points -> Homeward Path To points -> Absolute Path To points
Documentation
newtype Outline (origin :: Origin) (points :: Points) Source #
The internal type of path representation