Viego

Viego is one of nine parishes (administrative divisions) in Ponga, a municipality within the province and autonomous community of Asturias, in northern Spain.

The population is 67 (INE 2007).

Villages and hamlets

  • Viego
  • Viboli

gollark: Yes, seems like it.
gollark: Hmm.
gollark: Just squareize that basic approach, I guess?
gollark: ```haskellimport Data.List (intersperse)square :: Int -> Char -> Stringsquare size char =intercalate"\n" $ replicate size (replicate size char)```
gollark: ```<interactive>:1:27: error: • Occurs check: cannot construct the infinite type: t ~ t -> t1 -> t2 • In the first argument of ‘haskell’, namely ‘haskell’ In the expression: haskell haskell haskell In an equation for ‘haskell’: haskell haskell = haskell haskell haskell • Relevant bindings include haskell :: t -> t1 -> t2 (bound at <interactive>:1:9)<interactive>:1:35: error: • Occurs check: cannot construct the infinite type: t1 ~ t -> t1 -> t2 • In the second argument of ‘haskell’, namely ‘haskell’ In the expression: haskell haskell haskell In an equation for ‘haskell’: haskell haskell = haskell haskell haskell • Relevant bindings include haskell :: t -> t1 -> t2 (bound at <interactive>:1:9)```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.