gleebook/core

Types

pub type Chapter {
  Chapter(title: String, path: String, children: List(Chapter))
}

Constructors

  • Chapter(title: String, path: String, children: List(Chapter))
Search Document