Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Learning Functional Programming in Go

You're reading from   Learning Functional Programming in Go Change the way you approach your applications using functional programming in Go

Arrow left icon
Product type Paperback
Published in Nov 2017
Publisher Packt
ISBN-13 9781787281394
Length 670 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
 Sheehan Sheehan
Author Profile Icon Sheehan
Sheehan
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Title Page
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. Pure Functional Programming in Go FREE CHAPTER 2. Manipulating Collections 3. Using High-Order Functions 4. SOLID Design in Go 5. Adding Functionality with Decoration 6. Applying FP at the Architectural Level 7. Functional Parameters 8. Increasing Performance Using Pipelining 9. Functors, Monoids, and Generics 10. Monads, Type Classes, and Generics 11. Category Theory That Applies 12. Miscellaneous Information and How-Tos Index

Set theory symbols


Before moving forward with category theory, let's get familiar with the symbols of set theory:

Symbol

Symbol name

Meaning/definition

Example

{ }

Set

A collection of objects (also known as elements)

A = {5,6,7,8},

B = {5,8,10}

|

Such that

So that

A = {x | x

ℝ, x<0}

A∩B

Intersection

Objects that belong to set A and set B

AB = {5,8}

A∪B

Union

Objects that belong to set A or set B

AB = {5,6,7,8,10}

A⊆B

Subset

A is a subset of B. Set A is included in set B

{5,8,10}{5,8,10}

A⊂B

Proper subset / Strict subset

A is a subset of B, but A is not equal to B

{5,8}{

5,8,10}

A⊄B

Not subset

Set A is not a subset of set B

{8,15}{8,10,25}

a∈A

Element of

Set membership

A ={5,10,15}, 5A

x∉A

Not element of

No set membership

A ={5,10,15}, 2A

(a,b)

Ordered pair

A collection of 2 elements

A×B

Cartesian product

A set of all ordered pairs from A and B

|A|

Cardinality

The number of elements of set A

A ={5,10,15}, |A|=3

Ø

Empty set

Ø = {}

A = Ø

Maps to

f: a ↦ b means the function f maps from the element a to the element b

f: a ↦...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images