hammerlab / genspio

Generate Shell Phrases In OCaml
https://smondet.gitlab.io/genspio-doc/
Apache License 2.0
48 stars 3 forks source link

Str.(=$=) weird interaction with Elist.iter's item () #102

Closed smondet closed 4 years ago

smondet commented 5 years ago

Had to workaround like this (seems like a "recent" regression):

 succeeds (call [str "test"; item (); str "="; str key.name])
(*
Str.(item () =$= str key.name)
 *)