remove unneeded FlexibleInstances pragma in Type.hs

This commit is contained in:
Zachary Snow 2023-06-13 23:07:21 -04:00
parent 51c90baf5e
commit 80095810b9
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE PatternSynonyms #-}
{- sv2v
- Author: Zachary Snow <zach@zachjs.com>