aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/src/Text/Edifact/Common/Segments.hs
blob: e73719f5c95addc1dcc9dc06027810c5102d80fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module Text.Edifact.Common.Segments
  ( module S
  ) where

import           Text.Edifact.Common.Segments.UNA as S
import           Text.Edifact.Common.Segments.UNB as S
import           Text.Edifact.Common.Segments.UNH as S
import           Text.Edifact.Common.Segments.UNS as S
import           Text.Edifact.Common.Segments.UNT as S
import           Text.Edifact.Common.Segments.UNZ as S