Buscalan
Buscalan is a town in Kalinga.
Understand
Buscalan is very friendly and the hike up is breathtaking.
Get in
Get around
See
Do
Buy
Eat
If you bring any live chickens up there they will be happy to slaughter it and serve it to you. The people are very accommodating and if you stay the night will likely cook you supper and make coffee.
Drink
Sleep
Connect
Go next
gollark: `join` is essentially `flatten`, and `fmap` is like `map` on lists.
gollark: Technically functors have `fmap`, actually.
gollark: Functor: has `map`, lets you run an `a → b` over a `f a` to get a `f b`Applicative: has `<*>`, lets you run a `f (a → b)` over a `f a` to get a `f b` and `pure`, which lets you get a `f a` from an `a`Monad: has `join`, which does `f (f a)) → f a` or alternately `bind`, which is `f a → (a → f b) → f b`.
gollark: Ah yes.
gollark: An applicative is a functor with, er, `<*>` or something.
This article is issued from Wikivoyage. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.