Skip to content

Instantly share code, notes, and snippets.

@Akii
Created November 16, 2018 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akii/2bd7efa8fac1697ea5611f1368fa4424 to your computer and use it in GitHub Desktop.
Save Akii/2bd7efa8fac1697ea5611f1368fa4424 to your computer and use it in GitHub Desktop.
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment