------------------------------------------------------------
revno: 369
committer: Jean-Vincent Loddo <lo...@lipn.univ-paris13.fr>
branch nick: ocamlbricks
timestamp: Tue 2013-09-17 17:21:57 +0200
message:
  Added generic cartesian product in ListExtra: 
  type 'a tuple = 'a list
  val product : 'a list tuple -> 'a tuple list
  Example:
  # product [[1;2;3];[4;5];[6]] ;;
  -  : int list list =
  [[1; 4; 6]; [1; 5; 6]; [2; 4; 6]; [2; 5; 6]; [3; 4; 6]; [3; 5; 6]]
modified:
  EXTRA/listExtra.ml
  EXTRA/listExtra.mli
  EXTRA/stringExtra.mli


--
lp:ocamlbricks
https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk

Your team marionnet-dev is subscribed to branch lp:ocamlbricks.
To unsubscribe from this branch go to 
https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk/+edit-subscription

_______________________________________________
Mailing list: https://launchpad.net/~marionnet-dev
Post to     : marionnet-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~marionnet-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to