1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00

🔥 old language pragmas

This commit is contained in:
Rick Winfrey 2016-11-09 17:43:36 -06:00
parent 9cce621004
commit d89f0a432d

View File

@ -1,4 +1,3 @@
{-# LANGUAGE DataKinds, RankNTypes, TypeOperators #-}
{-# LANGUAGE DataKinds, RankNTypes, TypeOperators, DeriveAnyClass #-}
module Parse where