ribosome-app-0.9.9.9: lib/Ribosome/App/Data/TemplateTree.hs
module Ribosome.App.Data.TemplateTree where import Path (Dir, File, Path, Rel) data TemplateTree = TDir (Path Rel Dir) [TemplateTree] | TFile (Path Rel File) Text deriving stock (Eq, Show)
module Ribosome.App.Data.TemplateTree where import Path (Dir, File, Path, Rel) data TemplateTree = TDir (Path Rel Dir) [TemplateTree] | TFile (Path Rel File) Text deriving stock (Eq, Show)