This website requires JavaScript.
Explore
Help
Register
Sign In
LCPQ
/
QCaml
Watch
10
Star
1
Fork
0
You've already forked QCaml
mirror of
https://gitlab.com/scemama/QCaml.git
synced
2024-10-31 19:23:40 +01:00
Code
Releases
Activity
a194a1d61f
QCaml
/
Utils
/
Bohr.ml
12 lines
105 B
OCaml
Raw
Normal View
History
Unescape
Escape
A lot of cleaning
2018-02-13 17:36:25 +01:00
type
t
=
{
x
:
float
;
y
:
float
;
z
:
float
;
}
Documentation
2018-02-24 23:57:38 +01:00
external
make
:
Point
.
t
->
t
=
"
%identity
"
A lot of cleaning
2018-02-13 17:36:25 +01:00
Copy Permalink