1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

We don’t actually use NamedFieldPuns here.

This commit is contained in:
Rob Rix 2019-10-30 14:12:53 -04:00
parent b07382d236
commit 3a18af8f47
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -1,4 +1,4 @@
{-# LANGUAGE ImplicitParams, LambdaCase, NamedFieldPuns #-}
{-# LANGUAGE ImplicitParams, LambdaCase #-}
module Integration.Spec (testTree) where
import Control.Exception (throw)