mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +03:00
Specify the export list for the record module.
This commit is contained in:
parent
ab4b0d4563
commit
d37b9be8d2
@ -1,5 +1,11 @@
|
||||
{-# LANGUAGE DataKinds, GADTs, KindSignatures, MultiParamTypeClasses, ScopedTypeVariables, TypeOperators #-}
|
||||
module Data.Record where
|
||||
module Data.Record
|
||||
( Record(RNil)
|
||||
, (.:)
|
||||
, HasField(..)
|
||||
, maybeGetField
|
||||
, updateField
|
||||
) where
|
||||
|
||||
import GHC.Show
|
||||
import Prologue
|
||||
|
Loading…
Reference in New Issue
Block a user