1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00

Not using ViewPatterns here

This commit is contained in:
Timothy Clem 2017-04-24 09:33:12 -07:00
parent 77b9b6f909
commit 196a0d28e8

View File

@ -1,4 +1,4 @@
{-# LANGUAGE GADTs, DuplicateRecordFields, RankNTypes, ViewPatterns #-}
{-# LANGUAGE GADTs, DuplicateRecordFields, RankNTypes #-}
{-# OPTIONS_GHC -funbox-strict-fields #-}
module Arguments where