]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.g3d/scl/g3d/SCLUtil.scl
Merge "Preventing synchronizing commits after undo / redo are mandatory"
[simantics/3d.git] / org.simantics.g3d / scl / g3d / SCLUtil.scl
1
2 importJava "org.simantics.g3d.scl.SCLUtil" where
3   
4   javaSafeCoerce :: Typeable b => a -> Maybe b
5   javaIsInstanceOf :: Typeable b => a -> Boolean
6   
7