]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.desktop.ui.ontology/graph/scl/SCLMain.scl
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.desktop.ui.ontology / graph / scl / SCLMain.scl
1 include "Simantics/All"
2
3 newSharedLibraryAction :: Resource -> <Proc> ()
4 newSharedLibraryAction res = do
5   syncWrite (\() -> createSharedOntologyWithUI L0.SharedOntology)
6   ()