| Copyright | disco team and contributors |
|---|---|
| Maintainer | byorgey@gmail.com |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Disco.Doc
Description
Built-in documentation.
Synopsis
Documentation
An enumeration of different types of documentation references.
Constructors
| Intro :: RefType | A reference to the Gentle Introduction (https:/disco-lang.readthedocs.ioenlatestintroduction/index.html) |
| Ref :: RefType | A reference to the Language Reference (https:/disco-lang.readthedocs.ioenlatestreference/index.html) |
| URL :: RefType | An arbitrary free-form URL |
Instances
| Bounded RefType Source # | |
| Enum RefType Source # | |
| Read RefType Source # | |
| Show RefType Source # | |
| Eq RefType Source # | |
| Ord RefType Source # | |
A reference for further reading.
Instances
| Show Reference Source # | |
| Eq Reference Source # | |
| Ord Reference Source # | |