Skip to content

Commit

Permalink
Use elm guide for custom type explanation
Browse files Browse the repository at this point in the history
Its much simpler and more concise than the elm programming one
  • Loading branch information
ceddlyburge committed May 18, 2021
1 parent 262a927 commit 1c7b2fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion concepts/custom-types/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ let describe flexibleNumber =
"Invalid"
```

[custom-types]: https://elmprogramming.com/type-system.html#creating-our-own-types
[custom-types]: https://guide.elm-lang.org/types/custom_types.html
[pattern-matching]: https://guide.elm-lang.org/types/pattern_matching.html
[impossible-states]: https://www.youtube.com/watch?v=IcgmSRJHu_8
2 changes: 1 addition & 1 deletion concepts/custom-types/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ let describe flexibleNumber =
"Invalid"
```

[custom-types]: https://elmprogramming.com/type-system.html#creating-our-own-types
[custom-types]: https://guide.elm-lang.org/types/custom_types.html
[pattern-matching]: https://guide.elm-lang.org/types/pattern_matching.html
[impossible-states]: https://www.youtube.com/watch?v=IcgmSRJHu_8
2 changes: 1 addition & 1 deletion concepts/custom-types/links.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"url": "https://elmprogramming.com/type-system.html#creating-our-own-types",
"url": "https://guide.elm-lang.org/types/custom_types.html",
"description": "Custom Types"
},
{
Expand Down

0 comments on commit 1c7b2fe

Please sign in to comment.