> ---------
> step :: Inst-> Train->Inst
> step inst train = changeInst deltaW deltaV inst
>  where
>  deltaW = someSemiConst1 with ?inst=inst; ?train train
>  deltaV = someSemiConst2 with ?inst=inst; ?train train
> ---------

ok I got it this is enough...
> step :: Inst-> Train->Inst
> step inst train = changeInst deltaW deltaV inst
>                   with ?inst=inst; ?train train


I was complicating things
J.A.
_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to