Skip to content

Commit 94e33e9

Browse files
committed
remove unneeded type aliases
1 parent b77a6db commit 94e33e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Pair.elm

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ type Msg
3131
= PairRed Counter.Msg
3232
| PairGreen Counter.Msg
3333

34-
type alias RedVal = Int
35-
type alias GreenVal = Int
36-
3734
update : Msg -> Model -> Model
3835
update msg model =
3936
case msg of

0 commit comments

Comments
 (0)