funcons-tools-0.1.0.0: manual/Funcons/Core/Computations/DataFlow/Generating/AtomSeed.hs
{-# LANGUAGE OverloadedStrings #-}
module Funcons.Core.Computations.DataFlow.Generating.AtomSeed where
import Funcons.EDSL
library = libFromList [ ("atom-seed", NullaryFuncon (rewriteTo (FValue (Atom "0")))) ]