definition: |
jsIncludes :: [String] jsIncludes = ["https://code.jquery.com/jquery-3.4.1.slim.min.js", styleBaseURL </> "js" </> "bootstrap.bundle.min.js"] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- The JavaScript includes. |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {:}} |
name: |
jsIncludes |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
[String] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |