Skip to content

Instantly share code, notes, and snippets.

@maxfarseer
Created November 16, 2019 11:29
Show Gist options
  • Save maxfarseer/e3bc70a1246124aa55e0907b27cdb00b to your computer and use it in GitHub Desktop.
Save maxfarseer/e3bc70a1246124aa55e0907b27cdb00b to your computer and use it in GitHub Desktop.
Making impossible state video
-- было
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