Skip to content

Commit

Permalink
Data.Kind (fix warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed May 17, 2022
1 parent 8f5e85b commit 7131743
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Data/GridShape.hs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ where

import Data.AffineSpace
import qualified Data.Foldable as F
import Data.Kind (Type)
import Data.List
( groupBy,
partition,
Expand Down Expand Up @@ -158,7 +159,7 @@ edge p q = unorient $ edge' p q

class Dual2D a where

type Dual a :: *
type Dual a :: Type

dualE' :: Edge' a -> Edge' (Dual a)

Expand Down

0 comments on commit 7131743

Please sign in to comment.