jgm / jgm/gitit2

rename Page type to PagePath

Open
#21 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.