-- | -- Module : Simulation.Aivika.Trans.Table -- Copyright : Copyright (c) 2009-2014, David Sorokin -- License : BSD3 -- Maintainer : David Sorokin -- Stability : experimental -- Tested with: GHC 7.8.3 -- -- It defines the table functions. -- module Simulation.Aivika.Trans.Table (tableLookup, tableLookupStepwise) where import Simulation.Aivika.Table