Here are
205 public repositories
matching this topic...
收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。
Cast android code and resource changes to the running application through ADB.
Updated
Mar 10, 2018
Python
Functional programming style pattern-matching library for C++
Specification for common algebraic structures in JavaScript based on Fantasy Land
Updated
Oct 29, 2019
JavaScript
Algebraic data types for C99
Updated
Feb 13, 2021
HTML
Bootstrapped algebraic data types for Elixir
Updated
Mar 15, 2021
Elixir
The repository algorithms implemented on the Go
Variant types in TypeScript
Updated
Aug 16, 2021
TypeScript
Collection of abstract data structures implemented in Java
Updated
Dec 28, 2020
Java
ADT sum type in typescript
Updated
Aug 10, 2021
TypeScript
Algebraic Data Types for Elixir: Both functional and fun.
Updated
Aug 2, 2021
Elixir
Algebraic data type (ADT) to represent the state of data that is loading from/to remote sources/destinations
Updated
May 18, 2021
Kotlin
Tools for fetching data from remote sources in Reason
Updated
May 11, 2021
Reason
Scala 3 workshop presenting the top new features of the language.
Updated
May 29, 2021
Scala
Abap Developer Tools client
Updated
Aug 8, 2021
TypeScript
Updated
Aug 12, 2021
TypeScript
ABAP Favorites Eclipse Plugin
Fast strong typed 'Either' data structure for typescript and flow
Updated
Dec 11, 2017
JavaScript
Expands haskell-syntax ADTs to typescript equivalent types definitions using gcanti/fp-ts-codegen
Updated
May 20, 2019
TypeScript
Homebridge security system platform for ADT Pulse
Updated
Aug 18, 2021
JavaScript
Powerful pipes for TypeScript, that chain Promise and ADT for you 🚌 -> ⛰️ -> 🚠 -> 🏂 -> 🚀
Updated
Mar 31, 2021
TypeScript
一款采用Material Design设计风格的记事本App
Updated
Aug 10, 2017
Java
This is a package of command saved on a bat file to help you export your swf project and its dependency without need to open your IDE
Updated
Jul 26, 2021
ActionScript
Updated
Apr 14, 2021
Java
The ADTConverter is deprecated and no longer supported
A library of fundamental algorithms and data structures written in C
Updated
Sep 12, 2019
Elixir
Universal (cross-language) extensible representation for algebraic data type instances.
Updated
Jan 3, 2018
Python
Improve this page
Add a description, image, and links to the
adt
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
adt
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is your feature request related to a problem? Please describe.
I'm on my fourth project using Crocks and I keep reaching for the same function
getPropOrError(andgetPathOrError). Instead of me releasing my own library, or copy/pasting the function around I think it would be good to have this in the standard library.Describe the solution you'd like
`getPropOrError :: String -> a