Skip to content

Instantly share code, notes, and snippets.

View AlgorithmsAreCool's full-sized avatar
💭
🐢

AlgorithmsAreCool

💭
🐢
  • Dallas, Tx
View GitHub Profile
@AlgorithmsAreCool
AlgorithmsAreCool / gist:68654a12ac7b9d2af49ac052985d556d
Last active December 10, 2019 22:11
Stack Trace of StackOverflow in Trill

Project File

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp3.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
using System;
using System.Threading.Channels;
using System.Threading.Tasks;
namespace ChannelsAreCool
{
//Disclaimer : I didn't actually run this code so it might not quite work.
//Feel free to complain or ask questions and i'll fix it.
public static class Example
{
type Layout =
| Ukn
| Studio
| Roomed of Beds:int * Baths:float
type Listing = {
Apt : Property
Layout : Layout
Size : float
Price : float