We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a80428 commit 588cb64Copy full SHA for 588cb64
ml_example/polymorphic_function.sml
@@ -0,0 +1,3 @@
1
+fun id x = x
2
+val x = id 1
3
+val y = id false
0 commit comments