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