importJava "org.simantics.graphviz.IGraph" where data IGraph importJava "org.simantics.graphviz.Identifiable" where data Identifiable class Identifiable a where identifiable :: a -> Identifiable class IGraph a where iGraph :: a -> IGraph