packages feed

NXTDSL-0.4: NXT/Stdlib/Common.hs

{-# LANGUAGE DeriveDataTypeable #-}
-- |
-- Module      : NXT.Interpretation
-- Copyright   : Alexander Thiemann <mail@agrafix.net>
-- License     : BSD3
--
-- Maintainer  : Alexander Thiemann <mail@agrafix.net>
-- Stability   : experimental
-- Portability : non-portable (GHC extensions)
--
module NXT.Stdlib.Common where

import NXT.Core

import Data.Typeable

wait :: V (V Integer -> V ())
wait = defExt "Wait"