unique-logic-tf-0.4.1.2: Solve simple simultaneous equations

Safe HaskellSafe
LanguageHaskell98

UniqueLogic.ST.TF.Example.Verify

Description

Warning: This module is intended for documentation purposes. Do not import it!

Documentation

tn1 :: (T -> T) -> (a -> b) -> TrackedNumber a -> TrackedNumber b Source

tn2 :: (T -> T -> T) -> (a -> b -> c) -> TrackedNumber a -> TrackedNumber b -> TrackedNumber c Source