package accessor_core

  1. Overview
  2. Docs

Source file accessor_blang.ml

1
2
3
4
5
6
7
8
open! Core
open! Import

include Accessor.Of_monad (struct
  include Blang

  let apply = `Define_using_bind
end)