File tree 5 files changed +21
-2
lines changed
5 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ primitiveNumbers =
42
42
, primitiveCount 5
43
43
, primitiveCount 6
44
44
, primitiveCount 7
45
- ]
45
+ ]
Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ import Html.Events exposing (on)
4
4
import Json.Decode as Decode
5
5
import Mouse exposing (Position )
6
6
7
+ {- -
8
+ To use this in elm-reactor you need to have invoked:
7
9
10
+ elm-package intstall elm-lang/mouse
11
+ --}
8
12
9
13
main =
10
14
Html . program
Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ import Html.Events exposing (..)
7
7
import Http
8
8
import Json.Decode as Decode
9
9
10
+ {- -
11
+ To use this in elm-reactor you need to have invoked:
10
12
13
+ elm-package install elm-lang/http
14
+ --}
11
15
12
16
main =
13
17
Html . program
Original file line number Diff line number Diff line change 1
1
import Markdown
2
2
3
+ {- -
4
+ To use this in elm-reactor you need to have invoked:
5
+
6
+ elm-package install evancz/elm-markdown
7
+ --}
3
8
4
9
main =
5
10
Markdown . toHtml [] markdown
@@ -23,4 +28,4 @@ to easily generate blocks of `Element` or `Html`.
23
28
24
29
[elm-markdown]: http://package.elm-lang.org/packages/evancz/elm-markdown/latest
25
30
26
- """
31
+ """
Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ import Html.Attributes exposing (..)
6
6
import Html.Events exposing (..)
7
7
import WebSocket
8
8
9
+ {- -
9
10
11
+ To use this in elm-reactor you need to have invoked:
12
+
13
+ elm-package install elm-lang/websocket
14
+
15
+ --}
10
16
11
17
main =
12
18
Html . program
You can’t perform that action at this time.
0 commit comments