Skip to content

Commit

Permalink
Remove unused language directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Palmer authored and Luke Palmer committed Dec 28, 2010
1 parent de1613f commit 6d1599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOAS.hs
@@ -1,4 +1,4 @@
{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies, FlexibleInstances #-}
{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies #-}

module HOAS (Primitive(..), Term(..), PrimTerm(..), let_) where

Expand Down

0 comments on commit 6d1599c

Please sign in to comment.