]> Git — Sourcephile - webc.git/blob - tests/Goldens/Generator/Site005/expected.txt
impl: add `Applicative` instance on `Generator`
[webc.git] / tests / Goldens / Generator / Site005 / expected.txt
1 Gen {genSlugs = [Slug {unSlug = "index.html"}], genValue = Index}
2 Gen {genSlugs = [Slug {unSlug = "about.html"}], genValue = About}
3 Gen {genSlugs = [Slug {unSlug = "user"},Slug {unSlug = "contact.html"}], genValue = Contact (Slug {unSlug = "user"})}
4 Gen {genSlugs = [Slug {unSlug = "post"}], genValue = Post []}
5 Gen {genSlugs = [Slug {unSlug = "post"},Slug {unSlug = "dir"}], genValue = Post [Slug {unSlug = "dir"}]}
6 Gen {genSlugs = [Slug {unSlug = "post"},Slug {unSlug = "dir"},Slug {unSlug = "dir"}], genValue = Post [Slug {unSlug = "dir"},Slug {unSlug = "dir"}]}