X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.osgi%2Fscl%2FExtras%2FHashMap.scl;h=76ab15c6c384d5f15197c506a70b6021dbcc9aa1;hb=2ee59d838ce282b09cfbde855edda9c663adfdf3;hp=312f57c5465dfee82fb8f1003331045bd4d5a29f;hpb=2318f67fbf458ee97fd438678be1bc5a636c9fa7;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.osgi/scl/Extras/HashMap.scl b/bundles/org.simantics.scl.osgi/scl/Extras/HashMap.scl index 312f57c54..76ab15c6c 100644 --- a/bundles/org.simantics.scl.osgi/scl/Extras/HashMap.scl +++ b/bundles/org.simantics.scl.osgi/scl/Extras/HashMap.scl @@ -4,7 +4,7 @@ module { import "MMap" as MMap -type T a b = MMap.T a b +type T = MMap.T create :: () -> T a b create = MMap.create