wk5: Higher order functions, Modelling (pt.2)

This commit is contained in:
Dimitar Byalkov
2024-03-22 22:24:09 +01:00
parent 8eb9c65aa6
commit 303d110b90
4 changed files with 296 additions and 0 deletions

24
wk5/elm.json Normal file
View File

@@ -0,0 +1,24 @@
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0"
},
"indirect": {
"elm/json": "1.1.3",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.3"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
}
}