temporarily use ambiguous types

This commit is contained in:
rnhmjoj 2016-11-27 23:30:42 +01:00
parent 3714f048cf
commit 1123ebe83b
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -3,6 +3,7 @@
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE AllowAmbiguousTypes #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE NoImplicitPrelude #-}