serokell/importify

View on GitHub
test/test-data/haskell-names@records/03-RecordExplicitUsed.golden

Summary

Maintainability
Test Coverage
module RecordExplicitUsed where

import           Language.Haskell.Names (Symbol (Value, symbolModule))

foo = Value {symbolModule = undefined}