This website requires JavaScript.
Explore
Help
Sign in
Paris7
/
unification-pfa
Archived
Watch
1
Star
0
Fork
You've already forked unification-pfa
0
Code
Issues
Activity
This repository has been archived on
2024-05-03
. You can view files and clone it, but cannot push or open issues or pull requests.
91e62c04f6
unification-pfa
/
lib
/
identifier.mli
4 lines
66 B
OCaml
Raw
Normal View
History
Unescape
Escape
* Add dummy implementation * Add Identifier.t * WIP: typeof? (idk what Im doing)
2024-03-14 22:24:38 +01:00
type
t
=
string
[
@@
deriving
eq
,
ord
,
show
]
project-inception
2024-03-11 09:31:56 +01:00
val
fresh
:
unit
->
t
Copy permalink