> ---------
> 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.
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to