Created
September 5, 2018 10:12
-
-
Save BekaValentine/b340e737edae9b1dc5ff3eda67eb3ea5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Data_List :: forall r :: *. | |
| (forall list :: * -> *. | |
| (forall a. list a) -> | |
| (forall a. a -> list a -> list a) -> | |
| (forall a b. (() -> b) -> (a -> list a -> b) -> b) -> | |
| r) | |
| -> r | |
| Data_List dependee = | |
| dependee {\a -> Fix l. (forall b. (() -> b) -> (a -> l a -> b) -> b)} | |
| <scott encoded nil> | |
| <scott encoded cons> | |
| <scott encoded case> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment