rename Page type to PagePath
Open
- Dominant language
- Haskell
- Stars
- 99
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
``` hs
-- | Path to a wiki page. Page and page components can't begin with '_'.
data Page = Page [Text] deriving (Show, Read, Eq)
```
The comment above already calls this thing a "Path". And we already have a WikiPage type so its confusing to have WikiPage and Page while Page actually isn't a page but a path.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.