hnix/Nix/Expr.hs
2016-01-25 01:00:27 -06:00

9 lines
170 B
Haskell

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