- Haskell Data Analysis Cookbook
- Nishant Shukla
- 195字
- 2021-12-08 12:43:30
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Apply the readString
function to the input, and get all date documents."
A block of code is set as follows:
main :: IO () main = do input <- readFile "input.txt" print input
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
main :: IO ()
main = do
input <- readFile "input.txt"
print input
Any command-line input or output is written as follows:
$ runhaskell Main.hs
New terms and important words are shown in bold. Words that you see on the screen, in menus, or dialog boxes for example, appear in the text like this: "Under the Downloads section, download the cabal source package."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- JSP網(wǎng)絡(luò)編程(學(xué)習(xí)筆記)
- 數(shù)字媒體應(yīng)用教程
- Mastering Python Scripting for System Administrators
- 21天學(xué)通C++(第6版)
- 秒懂設(shè)計(jì)模式
- Effective Python Penetration Testing
- D3.js 4.x Data Visualization(Third Edition)
- C#實(shí)踐教程(第2版)
- Mastering Data Mining with Python:Find patterns hidden in your data
- The Professional ScrumMaster’s Handbook
- Android移動(dòng)開(kāi)發(fā)案例教程:基于Android Studio開(kāi)發(fā)環(huán)境
- Unity 2018 Augmented Reality Projects
- Building Slack Bots
- MySQL 8從零開(kāi)始學(xué)(視頻教學(xué)版)
- Developer,Advocate!