package accessor_core

  1. Overview
  2. Docs

Source file accessor_only_in_test.ml

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

include Accessor.Of_monad (struct
  include Only_in_test

  let apply = `Define_using_bind
end)