#
union-types
Here are 26 public repositories matching this topic...
A mini Scala utility library
validation
minimal
functional-programming
error-handling
typeclass
monad-transformers
enums
union-types
-
Updated
Dec 19, 2020 - Scala
Reusable, composable patterns across Elixir libraries
elixir
patterns
pattern-matching
macros
algebraic-data-types
union-types
guards
composable-patterns
named-patterns
-
Updated
Aug 14, 2018 - Elixir
flutter_bloc state management extension that integrates sealed_unions.
-
Updated
Oct 9, 2021 - Dart
a code gen solution for defining sealed classes, data classes, and enum classes for dart.
-
Updated
May 9, 2020 - Dart
Makes `A | Null` work with for-comprehensions
-
Updated
May 30, 2021 - Scala
Be functional by using union types, pattern matching, and pure side-effects
-
Updated
Jul 7, 2021 - JavaScript
Fast, lightweight, cross platform serialisation tool
-
Updated
Dec 19, 2017 - C#
This is a place for me to sketch, doodle, codealong, and generally learn typescript
typescript
generics
enums
union-types
interfaces
tsconfig-paths
type-casting
tsconfig-setttings
access-modifiers
tsconfig-json
explicit-types
type-aliases
-
Updated
Aug 9, 2021 - TypeScript
Combine user-defined type guards / type predicates as unions and intersections.
-
Updated
Oct 25, 2021 - TypeScript
Application to show how to use Ceylon in Android
-
Updated
Feb 20, 2017 - Ceylon
Higher-order Contracts for Intersection and Union Types
-
Updated
Mar 16, 2020 - TypeScript
A functional, reactive and some what type safe javascript library to build UIs, inspired by Elm
-
Updated
Oct 31, 2019 - JavaScript
Serialization of Kotlin Sealed Case Classes
-
Updated
Mar 2, 2020 - Kotlin
Adding Union Types to Redux
-
Updated
Sep 2, 2017 - JavaScript
A simple imperative language with union types (and a compiler for same, with multiple targets)
programming-language
interpreter
compiler
union-types
flow-typing
union-type
experimental-language
multiple-targets
multiple-backends
typecase
parse-dont-validate
-
Updated
Jul 3, 2021 - Python
Representing union types in EF Core when using the Cosmos DB provider
-
Updated
Dec 8, 2019 - C#
Here the slides and demos of my talk "Typescript come (forse) non lo hai mai visto" at KLab 2019 #3
-
Updated
Oct 5, 2021 - JavaScript
Struct union type source generator experiment in .NET
-
Updated
May 21, 2021 - C#
F# Demo-Projekt - Union-Types und Computational-Expressions
-
Updated
Apr 22, 2021 - F#
Junu Spaghetti, a language that types spaghetti code
programming-language
union-types
structural-typing
static-typing
spaghetti-code
parametric-polymorphism
bidirectional-typechecking
ad-hoc-polymorphism
-
Updated
Oct 27, 2021 - Haskell
.NET extension libraries by XstarS.
extension
validation
csharp
command-line
dotnet
data-binding
union-types
dynamic-proxy
csharp-library
dotnet-library
-
Updated
Oct 27, 2021 - C#
Improve this page
Add a description, image, and links to the union-types topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the union-types topic, visit your repo's landing page and select "manage topics."
Problem
factory ClassName.fromJson(Map<String, dynamic> json) =>_$ClassNameFromJson(json);before running build_runner, it says that it cannot create toJson, and no .g.dart file is generatedTo Reproduce