Skip to content

nodef/hello-world.elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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



About

A "Hello, World!" is an introductory computer program.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages