Skip to content
vic

infinity-blackbox/Realm

Implementation of category theory in the native Elixir protocol based on Witchcraft.

infinity-blackbox/Realm.json
{
"createdAt": "2020-01-28T08:58:08Z",
"defaultBranch": "master",
"description": "Implementation of category theory in the native Elixir protocol based on Witchcraft.",
"fullName": "infinity-blackbox/Realm",
"homepage": "",
"language": "Elixir",
"name": "Realm",
"pushedAt": "2020-03-03T22:53:56Z",
"stargazersCount": 10,
"topics": [
"category-theory",
"elixir",
"functional-programming"
],
"updatedAt": "2025-05-03T11:43:00Z",
"url": "https://github.com/infinity-blackbox/Realm"
}

A simple implementation of composable polymorphic functions and operators based on the implementation of Haskell’s category theory using native Elixir Protocol.

def deps do
[
{:realm, "~> 0.1.0"}
]
end