Skip to content
#

monad

Here are 410 public repositories matching this topic...

dalefrancis88
dalefrancis88 commented Feb 26, 2019

Description

To bring it in-line with the other Crocks we need to add in descriptive documentation for the List crock with examples

Task List

  • Add main List.md file to 'docs/src/pages/docs/crocks/' based on the others
  • Ensure it has the correct 'weight'
  • Locate all references to List and update it to link to the new List documentation. Reference the section
bow
truizlop
truizlop commented Feb 26, 2019

Description

The current docs generated with Jazzy show only the methods that a class declares itself, but not the ones inherited from superclass or superclass conformance extensions. For instance, Id shows only 5 methods, but ForId conforms to a number of typeclasses that add methods to `

awto
awto commented Apr 13, 2020

Expressions like eval("var m = 10") should add variable` into its parent scope. This doesn't work now (if the variable isn't already defined in that scope), because the variables are accessed by index not by name.

To make this work each frame should also store reference of a global object, and each global variable access is converted to member access expression in that object. If some functi

Improve this page

Add a description, image, and links to the monad topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the monad topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.