Skip to content

Commit

Permalink
Data.UnwrapType: add missing pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatichuk committed Dec 7, 2023
1 parent 7d1d774 commit 646d71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/UnwrapType.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE AllowAmbiguousTypes #-}

{-# LANGUAGE DataKinds #-}

module Data.UnwrapType ( UnwrapType, unwrapClass ) where

Expand Down

0 comments on commit 646d71c

Please sign in to comment.