| Safe Haskell | None |
|---|
Idris.Colours
Documentation
colouriseKwd :: ColourTheme -> String -> StringSource
colouriseBound :: ColourTheme -> String -> StringSource
colouriseImplicit :: ColourTheme -> String -> StringSource
colouriseType :: ColourTheme -> String -> StringSource
colouriseFun :: ColourTheme -> String -> StringSource
colouriseData :: ColourTheme -> String -> StringSource
colourisePrompt :: ColourTheme -> String -> StringSource
data ColourType Source
Constructors
| KeywordColour | |
| BoundVarColour | |
| ImplicitColour | |
| FunctionColour | |
| TypeColour | |
| DataColour | |
| PromptColour |
Instances