forked from Orchid/orchid
Cleaned up atoms
- Atoms now use MFBI to distinguish between thin and owned atoms. - Introduced TryFromExpr and ToExpr (formerly ToClause) from the old FFI - Standardized on Bottom being a ProjErr, which means that there will be no RTErr
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -326,6 +326,7 @@ dependencies = [
|
||||
"itertools",
|
||||
"konst",
|
||||
"never",
|
||||
"once_cell",
|
||||
"orchid-api",
|
||||
"orchid-api-derive",
|
||||
"orchid-api-traits",
|
||||
@@ -356,6 +357,7 @@ name = "orchid-std"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"itertools",
|
||||
"once_cell",
|
||||
"orchid-api",
|
||||
"orchid-api-derive",
|
||||
"orchid-api-traits",
|
||||
|
||||
Reference in New Issue
Block a user