Created
November 16, 2019 11:29
-
-
Save maxfarseer/e3bc70a1246124aa55e0907b27cdb00b to your computer and use it in GitHub Desktop.
Making impossible state video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- было | |
type alias Stylesheet = | |
{ declarations: List Declaration } | |
-- стало | |
type alias Stylesheet = | |
{ charset : Maybe String | |
, imports : List Import | |
, namespaces : List Namespace | |
, declarations : List Declaration | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment