package async_smtp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file with_info.ml

1
2
3
4
5
6
open! Core

type 'a with_here = here:Source_code_position.t -> 'a
type 'a with_maybe_here = ?here:Source_code_position.t -> 'a
type 'a with_reject = ?reject:Smtp_reply.t -> 'a with_here
type 'a with_tag = ?tag:string -> 'a with_here