Skip to content

elmw/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


Index

Method Action
and Check if all values are true.
eq Check if antecedent ⇔ consequent.
imply Check if antecedent ⇒ consequent.


References