stedolan / crowbar

Property fuzzing for OCaml
MIT License
180 stars 31 forks source link

Be compatible with < 4.10.0 #59

Closed dinosaure closed 3 years ago

dinosaure commented 4 years ago

List.concat_map was introduced by OCaml 4.10.0, this fix add a new dependency stdlib-shims to still be compatible with 4.08.0.

stedolan commented 3 years ago

Thanks! I ended up fixing this a different way, by removing the call to List.concat_map.