Zed_input
Helpers for writing key bindings
module type S = sig ... end
Signature for binders.
module Make : functor (Event : Stdlib.Map.OrderedType) -> S with type event = Event.t
Make (Event) makes a a new binder.
Make (Event)