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
#include <stdio.h> | |
#include <stdlib.h> | |
/* A trait for things that can be printed */ | |
typedef struct Display Display; | |
typedef struct DisplayVTable { | |
void (*display)(Display, FILE*); | |
} DisplayVTable; |
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
open Fable | |
open Browser | |
open Browser.Dom | |
type [<Struct>] OneToNine = | |
| One | Two | Three | Four | Five | Six | Seven | Eight | Nine | |
module OneToNine = | |
let all = set [ | |
One; Two; Three; Four; Five; Six; Seven; Eight; Nine |
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
open Fable | |
open Browser | |
open Browser.Dom | |
type [<Struct>] OneToNine = | |
| One | Two | Three | Four | Five | Six | Seven | Eight | Nine | |
module OneToNine = | |
let all = set [ | |
One; Two; Three; Four; Five; Six; Seven; Eight; Nine |
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
open Fable | |
open Browser | |
open Browser.Dom | |
type [<Struct>] OneToNine = | |
| One | Two | Three | Four | Five | Six | Seven | Eight | Nine | |
module OneToNine = | |
let all = set [ | |
One; Two; Three; Four; Five; Six; Seven; Eight; Nine |
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
open Fable | |
open Browser | |
open Browser.Dom | |
type [<Struct>] OneToNine = | |
| One | Two | Three | Four | Five | Six | Seven | Eight | Nine | |
module OneToNine = | |
let all = set [ | |
One; Two; Three; Four; Five; Six; Seven; Eight; Nine |
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
open Fable | |
open Browser | |
open Browser.Dom | |
type [<Struct>] OneToNine = | |
| One | Two | Three | Four | Five | Six | Seven | Eight | Nine | |
module OneToNine = | |
let all = set [ | |
One; Two; Three; Four; Five; Six; Seven; Eight; Nine |
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
open Fable | |
open Browser | |
open Browser.Dom | |
type [<Struct>] OneToNine = | |
| One | Two | Three | Four | Five | Six | Seven | Eight | Nine | |
module OneToNine = | |
let all = set [ | |
One; Two; Three; Four; Five; Six; Seven; Eight; Nine |
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
open Fable | |
open Browser | |
open Browser.Dom | |
type [<Struct>] OneToNine = | |
| One | Two | Three | Four | Five | Six | Seven | Eight | Nine | |
module OneToNine = | |
let all = set [ | |
One; Two; Three; Four; Five; Six; Seven; Eight; Nine |
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
open Fable | |
open Browser | |
open Browser.Dom | |
type [<Struct>] OneToNine = | |
| One | Two | Three | Four | Five | Six | Seven | Eight | Nine | |
module OneToNine = | |
let all = set [ | |
One; Two; Three; Four; Five; Six; Seven; Eight; Nine |
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
open Fable | |
open Browser | |
open Browser.Dom | |
type [<Struct>] OneToNine = | |
| One | Two | Three | Four | Five | Six | Seven | Eight | Nine | |
module OneToNine = | |
let all = set [ | |
One; Two; Three; Four; Five; Six; Seven; Eight; Nine |