Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lazylist equal predicate #811

Merged
merged 15 commits into from
Jul 31, 2019

Commits on Oct 31, 2017

  1. Revised docs for seq and from_loop, moved seq before from_loop

    seq: Revised basic description to fit first part of from_loop doc,
    which seems clearer.  Also added note that you can create an infinite
    list by passing a function that constantly returns true.
    
    from_loop: Gave additional detail about what the next function
    is supposed to do, and noted that its result pair might contain
    different types.  Added a simple example where the types are
    the same.  (This example could be done more simpy using seq.
    I still don't understand the purpose of from_loop.)
    
    I moved seq before from_loop because it's a more basic version of this
    kind of operation.  from_loop is more specialized, and complicated,
    but its name might suggest that it's the normal way of making a lazy
    list by repeated application of a function.  Users should see seq
    first before trying to work out what from_loop is for.
    mars0i committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    1c219fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e85e7f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03d1a00 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Configuration menu
    Copy the full SHA
    74ef29e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. Configuration menu
    Copy the full SHA
    76e2f4f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    415c432 View commit details
    Browse the repository at this point in the history
  2. added equal function

    mars0i committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    52a85ab View commit details
    Browse the repository at this point in the history
  3. fixed typo in equal's ocamldoc

    mars0i committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    56a24e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dcf559 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. added equal function

    mars0i committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    761857c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1f9db1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8280b6f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'add_lazylist_equal' of github.com:mars0i/batteries-incl…

    …uded into add_lazylist_equal
    mars0i committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    26c1a2b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Configuration menu
    Copy the full SHA
    1dc5387 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Merge branch 'master' of github.com:ocaml-batteries-team/batteries-in…

    …cluded into add_lazylist_equal
    mars0i committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    46bcc52 View commit details
    Browse the repository at this point in the history