Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as fun from "https://raw.githubusercontent.com/baetheus/fun/main/sync.ts";

This file contains the Sync algebraic data type. Sync is an lazy function that takes no inputs. In other functional languages and runtimes sync is referred to as IO.

§Variables

ApplicableSync
bind
bindTo
FlatmappableSync
FoldableSync
MappableSync
tap
TraversableSync
WrappableSync

§Functions

apply
flatmap
fold
getCombinableSync
getInitializableSync
map
traverse
wrap

§Interfaces

KindSync

§Type Aliases

Sync