This website works better with JavaScript.
Home
Explore
Help
Sign In
zapashcanon
/
paper-polymorphism-value-representation
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10
Commits
1
Branch
0
Tags
144 KiB
TeX
58.9%
OCaml
32.7%
WebAssembly
2.8%
F#
1.3%
Java
1.2%
Other
3.1%
Branch:
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
paper-polymorphism-value-re...
/
src
/
layout.ml
4 lines
97 B
Raw
Permalink
Blame
History
let
array1
=
[|
1
;
2
;
3
|]
let
array2
=
[|
42
;
99
;
666
|]
let
pair
=
(
array1
,
array2
)
let
x
=
42
Reference in new issue