1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 20:41:38 +03:00

Explicitly export the Table datatype & its addresses selector.

This commit is contained in:
Rob Rix 2017-08-31 22:15:27 -04:00
parent 9c94c36c3e
commit 207db7c0a1

View File

@ -1,4 +1,6 @@
module Data.Syntax.Assignment.Table.Array where
module Data.Syntax.Assignment.Table.Array
( Table(tableAddresses)
) where
import Data.Array