0 | module Web.Internal.WebidlTypes
12 | export data DOMException : Type where [external]
15 | ToFFI DOMException DOMException where toFFI = id
18 | FromFFI DOMException DOMException where fromFFI = Just
21 | SafeCast DOMException where
22 | safeCast = unsafeCastOnPrototypeName "DOMException"
31 | export data Function : Type where [external]
34 | ToFFI Function Function where toFFI = id
37 | FromFFI Function Function where fromFFI = Just
39 | export data VoidFunction : Type where [external]
42 | ToFFI VoidFunction VoidFunction where toFFI = id
45 | FromFFI VoidFunction VoidFunction where fromFFI = Just