napkin-0.5.13
Copyright(c) Soostone Inc 2020
LicenseAllRightsReserved
MaintainerOzgun Ataman
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Napkin.Untyped.Ops.Sqlite

Description

Implements functions defined on https://www.sqlite.org/lang_corefunc.html

Documentation

type UFunc = SExp -> SExp #

type BinFunc = SExp -> SExp -> SExp #

type NulFunc = SExp #

type MulFunc = [SExp] -> SExp #

between :: SExp -> SExp -> SExp -> SExp #