freemodule-0.0: Free modulesContentsIndex
Data.FreeModule.Symbol
Description
Possibly indexed symbols.
Synopsis
data Symbol = S {
_name :: String
_index :: Maybe Int
}
showSymbol :: Symbol -> String
showSymbol' :: Symbol -> String
showSymbolLatex :: Symbol -> String
Documentation
data Symbol
Constructors
S
_name :: String
_index :: Maybe Int
show/hide Instances
showSymbol :: Symbol -> String
Shows the symbols in "alpha[5]" style
showSymbol' :: Symbol -> String
Shows the symbols in "alpha5" style
showSymbolLatex :: Symbol -> String
Shows the symbols in "alpha_{5}" style
Produced by Haddock version 2.4.1