Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement pruning to fix this example by Hoshino #1295

Open
ice1000 opened this issue Jan 29, 2025 · 0 comments
Open

Implement pruning to fix this example by Hoshino #1295

ice1000 opened this issue Jan 29, 2025 · 0 comments

Comments

@ice1000
Copy link
Member

ice1000 commented Jan 29, 2025

Smaller code:

open data Unit | unit
open data Nat | O | S Nat
open data SomeDT Nat
| m => someDT
def how' {m : Nat} (a : Nat) (b : SomeDT m) : Nat => 0
def what {A : Nat -> Type} (B : Fn (n : Nat) -> A n -> Nat) : Unit => unit
def boom => what (fn n => fn m => how' 0 m)

Originally posted by @HoshinoTented in #768

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant