1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Revert "Derive Generic using pragmas."

This reverts commit 1fad159e459179d96d6991eaa403c891144702c4.
This commit is contained in:
Rob Rix 2016-01-04 12:04:23 -05:00
parent d79c6084b1
commit 1d6e5f41d8
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
{-# LANGUAGE DeriveGeneric #-}
module TreeSitter where
import Diff

View File

@ -1,4 +1,3 @@
{-# LANGUAGE DeriveGeneric #-}
module ArbitraryTerm where
import Categorizable