shubham

Results 13 issues of shubham

function created to compute expression : ` expression (x:y:z:[]) = (term x) ++ (addOperation y) ++ (term z)` shows a type error ``` • Couldn't match expected type ‘[Char]’ with...

Update the README.md file to include labelled argument f for Lwd.map and Lwd.map2 signatures and examples Since the `lwd.mli` file clearly has labelled arguments for [map](https://github.com/let-def/lwd/blob/adebdfa2c31c7884d352efe821ff38b85e7aa8f9/lib/lwd/lwd.mli#L20) and [map2](https://github.com/let-def/lwd/blob/adebdfa2c31c7884d352efe821ff38b85e7aa8f9/lib/lwd/lwd.mli#L23) This caused...

`shubham@shubham:~$ stack install ghc-mod WARNING: Ignoring out of range dependency (allow-newer enabled): Cabal-2.4.1.0. ghc-mod requires: >=1.18 && =4.6.0.1 && =1.14 && =1.1.0.1 && =7.6 && =7.0 && =0.13.0.0 && FilePath’...

I faced an issue while I was trying to generate ppx such that I don't need the `preprocess` stanza in dune while running the executable. I was trying to follow...

The error log -> https://gist.github.com/shubhamkumar13/1e958865b3712be34560c3e9994dad87 I followed the steps listed on quickstart and I got an error

So this might be a very small change but I was confused how to use the previous version of this example. This change makes the example plug and play and...

**Esy version:** 0.7.2 **Operating System:** Ubuntu 22.04.3 LTS x86_64 **Issue:** When trying to install [runtime_events_tools](https://ocaml.org/p/runtime_events_tools/latest) I am unable to run `esy olly --help` like a cli tool something like `esy...

The current function `endoFunctorVec` ```agda endoFunctorVec : ∀ {n} → EndoFunctor λ X → Vec X n endoFunctorVec = applicativeEndoFunctor ``` generates the following error Error : ```agda No instance...

When I open utop using `OCAML_INTEROP_NO_CAML_STARTUP` flag I get the following error ```bash ❯ OCAML_INTEROP_NO_CAML_STARTUP=1 dune utop File "_build/default", line 1, characters 0-0: /usr/bin/ld: src/libmy_project.a(ocaml_interop-f7faf7339effdf9b.ocaml_interop.a4a1cc6f-cgu.3.rcgu.o): in function `std::sys_common::once::futex::Once::call': ocaml_interop.a4a1cc6f-cgu.3:(.text.unlikely._ZN3std10sys_common4once5futex4Once4call17h3be04b3ee794a731E+0x13c): undefined...

This is an error log from [sandmark](https://github.com/ocaml-bench/sandmark) where I am trying to build `ocaml-migrate-parsetree.2.1.0` with `4.14.0+trunk` and `dune.2.9.0` ``` #=== ERROR while compiling ocaml-migrate-parsetree.2.1.0+stock ================# # context 2.0.6 | linux/x86_64...