packages feed

glean-0.1.0.0: glean/hs/Glean/Typed.hs

{-
  Copyright (c) Meta Platforms, Inc. and affiliates.
  All rights reserved.

  This source code is licensed under the BSD-style license found in the
  LICENSE file in the root directory of this source tree.
-}

-- |
-- Support for working with strongly-typed Glean data.
--
module Glean.Typed
  ( module Glean.Typed.Binary
  , module Glean.Typed.Build
  , module Glean.Typed.BuildFact
  , module Glean.Typed.Fact
  , module Glean.Typed.Id
  , module Glean.Typed.Predicate
  , module Glean.Typed.Prim
  ) where

import Glean.Typed.Binary
import Glean.Typed.Build
import Glean.Typed.BuildFact
import Glean.Typed.Fact
import Glean.Typed.Id
import Glean.Typed.Predicate
import Glean.Typed.Prim