0 | module CyBy.Draw.I18n
2 | import public Web.Async.Extra.I18n
3 | import public CyBy.Draw.Event
4 | import public Web.Async
9 | interface DOMLocal => ExtraLocal => DrawLocal where
10 | abbreviations : String
20 | cyclobutane : String
21 | cycloheptane : String
22 | cyclohexane : String
23 | cyclooctane : String
24 | cyclopentane : String
25 | cyclopropane : String
37 | phosphorous : String
48 | singleEither : String
59 | readErr : String -> JS es ()
61 | logDrawEvent : DrawEvent -> JS es ()
62 | logOpened : String -> JS es ()
63 | noMetadata : String -> JS es ()
64 | wrongFileType : String -> JS es ()
67 | DrawLocal => Loggable JS DrawEvent where logLoggable = logDrawEvent