Skip to content

PVar needed to compile#3

Open
Icelandjack wants to merge 1 commit intokoengit:masterfrom
Icelandjack:patch-1
Open

PVar needed to compile#3
Icelandjack wants to merge 1 commit intokoengit:masterfrom
Icelandjack:patch-1

Conversation

@Icelandjack
Copy link

phoasExample :: Phoas v (x -> y -> x)
phoasExample = PLam (\x -> PLam (\y -> PVar x))

instead of

phoasExample :: Phoas v (x -> y -> x)
phoasExample = PLam (\x -> PLam (\y -> x))

```haskell
phoasExample :: Phoas v (x -> y -> x)
phoasExample = PLam (\x -> PLam (\y -> PVar x))
```

instead of

```haskell
phoasExample :: Phoas v (x -> y -> x)
phoasExample = PLam (\x -> PLam (\y -> x))
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant