]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.selectionview.ui.ontology/graph/scl/SCLMain.scl
Merge branch 'feature/funcwrite'
[simantics/platform.git] / bundles / org.simantics.selectionview.ui.ontology / graph / scl / SCLMain.scl
1 include "Simantics/All"
2
3 layer0Categories :: Resource -> <ReadGraph> Maybe Resource
4 layer0Categories predicate = match predicate with
5   L0.HasName -> Just MOD.SystemPropertyInfo
6   _ -> Nothing
7