Skip to content

Commit

Permalink
Remove singleton thing for Field
Browse files Browse the repository at this point in the history
(Just use Proxy)
  • Loading branch information
jonsterling committed May 17, 2014
1 parent 6c86d89 commit 7381fee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Data/Vinyl/Universe/Field.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ import GHC.TypeLits

data (sy :: k) ::: (t :: *)

data SField :: * -> * where
SField :: KnownSymbol sy => SField (sy ::: t)

data ElField :: (TyFun * *) -> * where
ElField :: ElField el
type instance App ElField (sy ::: t) = t

0 comments on commit 7381fee

Please sign in to comment.