Git Product home page Git Product logo

Comments (2)

freckletonj avatar freckletonj commented on August 24, 2024

Cool connection. @lyxia offered section 5.1 of this paper for details on the connection.

DelayCat is necessary to make looping work for streaming-type arrows (Streams, MonadicStreamFunctions, Yampa). The reason is that for a stream to loop it (always?) relies on laziness in the looped value, and on the first iteration, when this undefined recursive variable is forced, what value should it have? It'll be an infinite loop unless you use delay to provide that first value.

As far as names, I tend to aesthetically prefer the Cartesian, Monoidal, etc world of names, because it helps one connect to the CT better, which would suggest Traced is the right choice. But my impression is that this library is tending toward ProductCat etc to use names that are more immediately apparent, which would suggest Loop. I'm not particularly partial between the two options though. The only relevant bike-shedding I'd propose is to move from ProductCat et al to just Product, because if it's already namespaced under Category it's obvious it's a Cat.

from concat.

mikesperber avatar mikesperber commented on August 24, 2024

I'm all for TracedCat. (I like the Cat to be uniform with the type classes that have a non-Cat counterpart such as Functor.)

from concat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.