definition:
|
fileExtension :: DocType -> String
fileExtension HtmlDoc = "html"
fileExtension TexDoc = "tex"
fileExtension CDoc = "cdoc"
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
documentation:
|
-- get the associated file extenstion from DocType
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({HtmlDoc}) |-> {:} || ({TexDoc}) |-> {:} || ({CDoc}) |-> {:}}
|
name:
|
fileExtension
|
precedence:
|
no precedence defined
|
result-values:
|
{:}
|
signature:
|
CurryDoc.Options.DocType -> String
|
solution-complete:
|
operationally complete operation
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|