hnix/Nix/Expr.hs

9 lines
170 B
Haskell
Raw Normal View History

-- | Wraps the expression submodules.
module Nix.Expr (
module Nix.Expr.Types,
module Nix.Expr.Shorthands
) where
import Nix.Expr.Types
import Nix.Expr.Shorthands