ocaml-crow, ocaml-hap: drop let _ = / let _x discards in README examples
Per the mdx skill: in docs, unused values are a smell — the example
shouldn't be going through the motions without showing the API at
work.
- ocaml-crow: replace [let _ = Crow.build_targets ...] with a [match]
that surfaces build errors, and use [Campaign.instances campaign]
so the [campaign] return value is read.
- ocaml-hap: drop the [let _ =] around [turn_on_outlet] (handle the
Result), drop the unused [pair_verify] call (the example only needs
pair_setup for the saved pairing + turn_on_outlet by IP).