1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00

👋 DeriveAnyClass, ScopedTypeVariables, it was fun tho

This commit is contained in:
Rick Winfrey 2017-03-29 17:16:38 -07:00
parent d54ec5c1b9
commit 4092b0aa0f

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DataKinds, TypeOperators, DeriveAnyClass, ScopedTypeVariables #-}
{-# LANGUAGE DataKinds, TypeOperators #-}
module ParseCommand where
import Arguments