package email_message
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  E-mail message parser
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      email_message-v0.16.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=65611ce8433e92554a844e4ae6e3ea448b8665486e94c99a425503ee4083d95a
    
    
  doc/email_message.email_address/Email_address/Table/index.html
Module Email_address.TableSource
type ('a, 'b) t_ = 'b tval create : 
  ('a key_, 'b, unit -> ('a, 'b) t_)
    Core.Hashtbl_intf.create_options_without_hashableval of_alist : 
  ('a key_,
    'b,
    ('a key_ * 'b) list ->
    [ `Ok of ('a, 'b) t_ | `Duplicate_key of 'a key_ ])
    Core.Hashtbl_intf.create_options_without_hashableval of_alist_report_all_dups : 
  ('a key_,
    'b,
    ('a key_ * 'b) list ->
    [ `Ok of ('a, 'b) t_ | `Duplicate_keys of 'a key_ list ])
    Core.Hashtbl_intf.create_options_without_hashableval of_alist_or_error : 
  ('a key_, 'b, ('a key_ * 'b) list -> ('a, 'b) t_ Base__.Or_error.t)
    Core.Hashtbl_intf.create_options_without_hashableval of_alist_exn : 
  ('a key_, 'b, ('a key_ * 'b) list -> ('a, 'b) t_)
    Core.Hashtbl_intf.create_options_without_hashableval of_alist_multi : 
  ('a key_, 'b list, ('a key_ * 'b) list -> ('a, 'b list) t_)
    Core.Hashtbl_intf.create_options_without_hashableval create_mapped : 
  ('a key_,
    'b,
    get_key:('r -> 'a key_) ->
    get_data:('r -> 'b) ->
    'r list ->
    [ `Ok of ('a, 'b) t_ | `Duplicate_keys of 'a key_ list ])
    Core.Hashtbl_intf.create_options_without_hashable create_mapped get_key get_data [x1,...,xn]
   = of_alist [get_key x1, get_data x1; ...; get_key xn, get_data xn] val create_with_key : 
  ('a key_,
    'r,
    get_key:('r -> 'a key_) ->
    'r list ->
    [ `Ok of ('a, 'r) t_ | `Duplicate_keys of 'a key_ list ])
    Core.Hashtbl_intf.create_options_without_hashable create_with_key ~get_key [x1,...,xn]
   = of_alist [get_key x1, x1; ...; get_key xn, xn] val create_with_key_or_error : 
  ('a key_,
    'r,
    get_key:('r -> 'a key_) ->
    'r list ->
    ('a, 'r) t_ Base__.Or_error.t)
    Core.Hashtbl_intf.create_options_without_hashableval create_with_key_exn : 
  ('a key_, 'r, get_key:('r -> 'a key_) -> 'r list -> ('a, 'r) t_)
    Core.Hashtbl_intf.create_options_without_hashableval group : 
  ('a key_,
    'b,
    get_key:('r -> 'a key_) ->
    get_data:('r -> 'b) ->
    combine:('b -> 'b -> 'b) ->
    'r list ->
    ('a, 'b) t_)
    Core.Hashtbl_intf.create_options_without_hashable sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >