Copyright | (c) 2020 Nori Hayashi |
---|---|
License | BSD3 |
Maintainer | Nori Hayashi <net@hayashi-lin.net> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Language : Haskell2010
Documentation
class Stream str => ParsableAsTerm str term where Source #
A type class for node label types term
data of which can be obtained by parsing a stream of type str
.