LPFP-core-1.1.1: Code for the book Learn Physics with Functional Programming
Copyright(c) Scott N. Walck 2023
LicenseBSD3 (see LICENSE)
MaintainerScott N. Walck <walck@lvc.edu>
Stabilitystable
Safe HaskellSafe-Inferred
LanguageHaskell2010

LPFPCore.MOExamples

Description

Code from chapter 20 of the book Learn Physics with Functional Programming

Documentation

data Justification Source #

Constructors

LJ 
RJ 

Instances

Instances details
Show Justification Source # 
Instance details

Defined in LPFPCore.MOExamples

data Table a Source #

Constructors

Table Justification [[a]] 

Instances

Instances details
Show a => Show (Table a) Source # 
Instance details

Defined in LPFPCore.MOExamples

Methods

showsPrec :: Int -> Table a -> ShowS #

show :: Table a -> String #

showList :: [Table a] -> ShowS #