henforcer-1.0.0.0: src/Henforcer/CodeStructure.hs
{-# OPTIONS_GHC -Wno-missing-import-lists #-}
{- |
Module : Henforcer.CodeStructure
Description : All of the internal representations of various forms of source code, such as import statements are defined in submodules of this tree and are re-exported here.
Copyright : (c) Flipstone Technology Partners, 2023-2026
License : MIT
Maintainer : maintainers@flipstone.com
-}
module Henforcer.CodeStructure
( module Export
) where
import Henforcer.CodeStructure.Import as Export
import Henforcer.CodeStructure.ModuleTree as Export