package bonsai

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

Source file external_event.ml

1
2
3
4
5
6
7
open! Core

include Bonsai_web.Vdom.Effect.Define (struct
    module Action = String

    let handle str = printf "External event: %s\n" str
  end)
OCaml

Innovation. Community. Security.