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

DeriveDataTypeable.

This commit is contained in:
Rob Rix 2018-04-04 15:13:10 -04:00
parent cea323bb05
commit 7c2160590f

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DeriveAnyClass, DuplicateRecordFields, GADTs, ScopedTypeVariables, TupleSections, TypeOperators, UndecidableInstances #-}
{-# LANGUAGE DeriveAnyClass, DeriveDataTypeable, DuplicateRecordFields, GADTs, ScopedTypeVariables, TupleSections, TypeOperators, UndecidableInstances #-}
module Semantic.IO
( readFile
, readFilePair