Skip to content

Clarify duplicate definitions #16

Description

@gebner

If there is a let foo = 42 in the fsti file, we currently have two entries in the dataset. For example:

val to_uint_t (m: nat) (a: int) : Tot (uint_t m)
let to_uint_t (m:nat) (a:int) : Tot (uint_t m) = a % pow2 m

One is in FStar.UInt.fsti.checked, one is in FStar.UInt.fst.checked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions