This website requires JavaScript.
Explore
Help
Sign In
l3-ENSL
/
pieuvre
Watch
1
Star
0
Fork
0
You've already forked pieuvre
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bd6dedc074
pieuvre
/
types.ml
9 lines
104 B
OCaml
Raw
Normal View
History
Unescape
Escape
types flèches et affichage des types
2024-04-15 12:07:49 +02:00
type
ty_id
=
string
type
ty
=
TVar
of
ty_id
|
Arr
of
ty
*
ty
|
Bot
typage du exfalso, etc
2024-04-16 10:07:09 +02:00
type
gam
=
(
ty_id
*
ty
)
list
Reference in New Issue
Copy Permalink