There is still problem with handling closures, but this problem is fixed. Theses functions are right : Need to set: fricas (1) -> )set function compile on fricas methodea a == select (t +-> t=3, Type: Void
fricas methodea 10 fricas Compiling function methodea with type PositiveInteger -> List( Integer)
Type: List(Integer)
fricas methodeb a == select (t +-> t=a, Type: Void
fricas methodeb 10 fricas Compiling function methodeb with type PositiveInteger -> List( Integer)
Type: List(Integer)
fricas methode1 := a +-> select (t +-> t=3,
Type: AnonymousFunction?
fricas methode1 10
Type: List(Integer)
This last function gives me a System error : The variable #:G30... is unbound. I think that the cause is the test a=t fricas methode2 := a +-> select (t +-> t=a,
Type: AnonymousFunction?
fricas methode2 10
Type: List(Integer)
more information --kratt6, Tue, 13 Jan 2009 04:35:00 -0800 reply See
http://groups.google.at/group/fricas-devel/browse_thread/thread/93331582de7cfd31 for more information Status: open => closed |