From cc6d143dd8124e13059c26125e70237795e9a9a4 Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Fri, 13 Jul 2018 15:20:50 +0100 Subject: Clean up various messes --- src/Mapbox/Cmd/Internal.elm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/Mapbox/Cmd/Internal.elm (limited to 'src/Mapbox/Cmd/Internal.elm') diff --git a/src/Mapbox/Cmd/Internal.elm b/src/Mapbox/Cmd/Internal.elm new file mode 100644 index 0000000..1445e78 --- /dev/null +++ b/src/Mapbox/Cmd/Internal.elm @@ -0,0 +1,14 @@ +module Mapbox.Cmd.Internal exposing (..) + +import Json.Encode as Encode exposing (Value) + + +{-| Options use phantom types to show which commands support them. +-} +type Option support + = Option String Value + + +{-| -} +type Supported + = Supported -- cgit v1.2.3