A "Hello, World!" is an introductory computer program.
📦 Package.
:blue_book: Wiki.
Consider this as a template to:
- Write elm project.
- Create test cases.
- Set up package information.
- Auto publish package.
- TODO: Auto update package version.
Stability: Experimental.
import Main exposing (..)
imply True False
-- False
eq False False
-- True
Method | Action |
---|---|
and | Check if all values are true. |
eq | Check if antecedent ⇔ consequent. |
imply | Check if antecedent ⇒ consequent. |
- An Introduction to Elm
- Text Fields
- Documentation Format
- The basic steps to publish a package with Elm 0.19