Skip to content

Commit 8686f81

Browse files
johnchandlerburnhamsamuelburnhamarthurpaulinogabriel-barrett
authored
Implement Ixon datatypes and serialization in Rust (#246)
* metadata type * ixon serialization w/o testing * ixon serialization testing * clippy * chore: Update benchmarks and Nix build (#245) * chore: Update benchmarks and Nix build * Restore CLI tests without store or prove * clippy * rustfmt * remove meta.rs --------- Co-authored-by: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com> Co-authored-by: Arthur Paulino <arthurleonardo.ap@gmail.com> Co-authored-by: Gabriel Barreto <gabriel.aquino.barreto@gmail.com>
1 parent 49369a8 commit 8686f81

File tree

9 files changed

+2488
-2044
lines changed

9 files changed

+2488
-2044
lines changed

Ix/Ixon.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ structure Inductive where
474474
nested : Nat
475475
type : Address
476476
ctors : List Constructor
477-
--recrs : List Recursor
478477
deriving BEq, Repr, Inhabited, Ord, Hashable
479478

480479
instance : Serialize Inductive where

0 commit comments

Comments
 (0)