]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.osgi/scl/Extras/HashMap.scl
(refs #7561) Allow extra parameters to the application of type alias
[simantics/platform.git] / bundles / org.simantics.scl.osgi / scl / Extras / HashMap.scl
index 312f57c5465dfee82fb8f1003331045bd4d5a29f..76ab15c6c384d5f15197c506a70b6021dbcc9aa1 100644 (file)
@@ -4,7 +4,7 @@ module {
 
 import "MMap" as MMap
 
-type T a b = MMap.T a b
+type T = MMap.T
 
 create :: () -> <Proc> T a b
 create = MMap.create