Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket965 committed Oct 7, 2018
1 parent 0d18794 commit 6442ec8
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.exe
*.class
.idea
.vscode
.vscode
.DS_Store
File renamed without changes.
Binary file removed ELM.zip
Binary file not shown.
7 changes: 7 additions & 0 deletions Elm/ELM 2/Hello.elm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module Hello exposing (..)

import Html exposing (text)


main =
text "Hello"
8 changes: 8 additions & 0 deletions Elm/ELM 2/Info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@


Elm uses type inference to detect corner cases and give friendly hints.
For example, what if someone provides invalid inputs? NoRedInk switched to Elm about two years ago,
and 250k+ lines later,
they still have not had to scramble to fix a confusing runtime exception in production.

GO HERE : https://elm-lang.org/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6442ec8

Please sign in to comment.