In Spad, rc.foo
selects a field named foo in a record rc.
In Haskell, this is
foo rc -- similar as applying any function.
Indeed, foo has type Record(foo : Foo, ...) -> Foo.
In particular, it allows, for example,
map foo (records :: List Record(...)).
Regards,
------
Sergei
[email protected]
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.