prelude-ls

WebJar for prelude-ls

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

prelude-ls
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

prelude-ls
WebJar for prelude-ls
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/gkz/prelude-ls

Download prelude-ls

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/prelude-ls/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>prelude-ls</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/prelude-ls/
implementation 'org.webjars.npm:prelude-ls:1.2.1'
// https://jarcasting.com/artifacts/org.webjars.npm/prelude-ls/
implementation ("org.webjars.npm:prelude-ls:1.2.1")
'org.webjars.npm:prelude-ls:jar:1.2.1'
<dependency org="org.webjars.npm" name="prelude-ls" rev="1.2.1">
  <artifact name="prelude-ls" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='prelude-ls', version='1.2.1')
)
libraryDependencies += "org.webjars.npm" % "prelude-ls" % "1.2.1"
[org.webjars.npm/prelude-ls "1.2.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

prelude.ls Build Status

is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.

See the prelude.ls site for examples, a reference, and more.

You can install via npm npm install prelude-ls

Development

make test to test

make build to build lib from src

make build-browser to build browser versions

Versions

Version
1.2.1
1.1.2