Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/abi/EchidnaABI/Foreign.idr
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
||| All functions are declared here with type signatures and safety proofs.
||| Implementations live in ffi/zig/

module Echidna.ABI.Foreign
module EchidnaABI.Foreign

import Echidna.ABI.Types
import Echidna.ABI.Layout
import EchidnaABI.Types
import EchidnaABI.Layout

%default total

Expand Down
217 changes: 0 additions & 217 deletions src/abi/Foreign.idr

This file was deleted.

Loading