reason Questions

1

Solved

I have some data I'll be fetching at runtime: /* {id: 1, name: 'brad', age: 27, address: { city: 'city1', state: 'state1' } } */ let data = "{\"id\":1,\"name\":\"brad\",\"age\":27,\"address\":{\"c...
Zoilazoilla asked 30/4, 2017 at 0:38

3

I'm new to OCaml and I'm trying to try (:P) Facebook Reason syntax. I cannot find a way to make this compile because if cannot find the Core module (already installed with opam). I'm trying to com...
Traherne asked 28/5, 2016 at 23:5

1

Solved

The cons (::) operator is a fundamental part of 1) writing recursive list functions in OCaml and similar languages, and 2) pattern matching on lists. However, I can't find anything in Reason's docu...
Didymium asked 18/5, 2016 at 21:58

© 2022 - 2024 — McMap. All rights reserved.