diff options
Diffstat (limited to 'src/Vec2.elm')
-rw-r--r-- | src/Vec2.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Vec2.elm b/src/Vec2.elm index a77b372..056c657 100644 --- a/src/Vec2.elm +++ b/src/Vec2.elm @@ -1,6 +1,6 @@ module Vec2 where -type Vec2 = +type alias Vec2 = { x : Float , y : Float } |