definition: |
cssIncludes :: String -> [String] cssIncludes btdir = map (\n -> btdir </> "css" </> n ++ ".css") ["bootstrap.min", "cpm"] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- The CSS includes relative to the base directory of BT4. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {:,[]}} |
name: |
cssIncludes |
precedence: |
no precedence defined |
result-values: |
{:,[]} |
signature: |
String -> [String] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |