0 | module CyBy.Draw.I18n
2 | import public Web.Async.I18n
3 | import public CyBy.Draw.Event
4 | import public Web.Async
9 | interface DOMLocal => DrawLocal where
10 | abbreviations : String
21 | cyclobutane : String
22 | cycloheptane : String
23 | cyclohexane : String
24 | cyclooctane : String
25 | cyclopentane : String
26 | cyclopropane : String
38 | phosphorous : String
49 | singleEither : String
60 | readErr : String -> JS es ()
62 | logDrawEvent : DrawEvent -> JS es ()
63 | logOpened : String -> JS es ()
64 | noMetadata : String -> JS es ()
65 | wrongFileType : String -> JS es ()
68 | DrawLocal => Loggable JS DrawEvent where logLoggable = logDrawEvent