1
1
mirror of https://github.com/github/semantic.git synced 2024-12-30 02:14:20 +03:00

kind signatures not needed

This commit is contained in:
Patrick Thomson 2018-03-27 16:35:38 -04:00
parent 85d064bf95
commit 89be1f1f1f

View File

@ -1,4 +1,4 @@
{-# LANGUAGE GADTs, KindSignatures, TypeOperators #-}
{-# LANGUAGE GADTs, TypeOperators #-}
module Control.Abstract.Matching
( Matcher