From 9bd079e10dfa68df2f2fec5adb35df90edb3525f Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Fri, 15 Feb 2019 20:50:23 +0000 Subject: Mapbox Upgrade + Simplified Enums (#9) --- src/Internal.elm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Internal.elm (limited to 'src/Internal.elm') diff --git a/src/Internal.elm b/src/Internal.elm new file mode 100644 index 0000000..82512bc --- /dev/null +++ b/src/Internal.elm @@ -0,0 +1,11 @@ +module Internal exposing (Expression(..), Supported) + +import Json.Encode exposing (Value) + + +type Expression exprType resultType + = Expression Value + + +type Supported + = Supported -- cgit v1.2.3