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)