caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Records misbehaviour
@ 2005-09-13 23:15 Lukasz Stafiniak
  2005-09-14  0:03 ` [Caml-list] " Jacques Garrigue
  2005-09-14  8:48 ` Andreas Rossberg
  0 siblings, 2 replies; 3+ messages in thread
From: Lukasz Stafiniak @ 2005-09-13 23:15 UTC (permalink / raw)
  To: caml users

While I haven't encounter this in my programming, it popped out in
another thread and I think something might be done about it:

#type t1 = {fst:int;snd:int};; 
#let p1 = {fst=1; snd=2};; 
#type t2 = {snd:int};; 
#{p1 with snd=4};; 
- : t2 = {snd = 4};; 

Best Regards,
Lukasz


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-14  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-13 23:15 Records misbehaviour Lukasz Stafiniak
2005-09-14  0:03 ` [Caml-list] " Jacques Garrigue
2005-09-14  8:48 ` Andreas Rossberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).